fixed contact action button bar, typo correction

This commit is contained in:
hauke 2014-09-06 11:49:31 +02:00
parent 5f9845d235
commit 9a8d106414
6 changed files with 9 additions and 5 deletions

View File

@ -19,7 +19,7 @@
{{include file="contact_template.tpl"}}
{{/foreach}}
<div id="contact-edit-end"></div>
<div id="contats-actions">
<div id="contacts-actions">
{{foreach $batch_actions as $n=>$l}}
<input class="batch-action" name="{{$n}}" value="{{$l}}" type="submit">
{{/foreach}}

View File

@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] {
.contact-photo:hover .contact-select {
display: block;
}
#contats-actions {
#contacts-actions {
clear: both;
}
.contact-photo {

View File

@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] {
.contact-photo:hover .contact-select {
display: block;
}
#contats-actions {
#contacts-actions {
clear: both;
}
.contact-photo {

View File

@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] {
.contact-photo:hover .contact-select {
display: block;
}
#contats-actions {
#contacts-actions {
clear: both;
}
.contact-photo {

View File

@ -788,7 +788,7 @@ span[id^="showmore-wrap"] {
.contact-select { position: absolute; top:64px; left:64px; display:none; }
.contact-select:checked,
.contact-photo:hover .contact-select { display:block; }
#contats-actions { clear: both; }
#contacts-actions { clear: both; }
.contact-photo {
width: 48px; height: 48px;
img { width: 48px; height: 48px; }

View File

@ -246,6 +246,10 @@ div.pager {
float: left;
}
#contacts-actions {
clear: both;
}
#contact-edit-drop-link-end {
/* clear: both; */
}