diff --git a/view/templates/contacts-template.tpl b/view/templates/contacts-template.tpl index 774bc00deb..5797196ebb 100644 --- a/view/templates/contacts-template.tpl +++ b/view/templates/contacts-template.tpl @@ -19,7 +19,7 @@ {{include file="contact_template.tpl"}} {{/foreach}}
-
+
{{foreach $batch_actions as $n=>$l}} {{/foreach}} diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index 8436b56d51..dba3d8ad11 100644 --- a/view/theme/quattro/dark/style.css +++ b/view/theme/quattro/dark/style.css @@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] { .contact-photo:hover .contact-select { display: block; } -#contats-actions { +#contacts-actions { clear: both; } .contact-photo { diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css index 19c5170066..ea54da6b4b 100644 --- a/view/theme/quattro/green/style.css +++ b/view/theme/quattro/green/style.css @@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] { .contact-photo:hover .contact-select { display: block; } -#contats-actions { +#contacts-actions { clear: both; } .contact-photo { diff --git a/view/theme/quattro/lilac/style.css b/view/theme/quattro/lilac/style.css index 9b191dab97..1acbe78135 100644 --- a/view/theme/quattro/lilac/style.css +++ b/view/theme/quattro/lilac/style.css @@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] { .contact-photo:hover .contact-select { display: block; } -#contats-actions { +#contacts-actions { clear: both; } .contact-photo { diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 60f70d421a..46eed3d6c0 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -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; } diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 44f3b0ee05..c64f70bc60 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -246,6 +246,10 @@ div.pager { float: left; } +#contacts-actions { + clear: both; +} + #contact-edit-drop-link-end { /* clear: both; */ }