diff --git a/view/templates/contacts-template.tpl b/view/templates/contacts-template.tpl index 7dc6e0cec3..774bc00deb 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 f09b240b34..ec4e6ad106 100644 --- a/view/theme/quattro/dark/style.css +++ b/view/theme/quattro/dark/style.css @@ -1359,7 +1359,7 @@ span[id^="showmore-wrap"] { .contact-photo:hover .contact-select { display: block; } -.submit { +#contats-actions { clear: both; } .contact-photo { diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css index 2c664b52dc..d78a06dc7c 100644 --- a/view/theme/quattro/green/style.css +++ b/view/theme/quattro/green/style.css @@ -1359,7 +1359,7 @@ span[id^="showmore-wrap"] { .contact-photo:hover .contact-select { display: block; } -.submit { +#contats-actions { clear: both; } .contact-photo { diff --git a/view/theme/quattro/lilac/style.css b/view/theme/quattro/lilac/style.css index c75178437c..8c2e147fa8 100644 --- a/view/theme/quattro/lilac/style.css +++ b/view/theme/quattro/lilac/style.css @@ -1359,7 +1359,7 @@ span[id^="showmore-wrap"] { .contact-photo:hover .contact-select { display: block; } -.submit { +#contats-actions { clear: both; } .contact-photo { diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 8749267501..768f1cab29 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -742,7 +742,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; } -.submit { clear: both; } +#contats-actions { clear: both; } .contact-photo { width: 48px; height: 48px; img { width: 48px; height: 48px; }