From 9a8d1064143233794bb2e2852137882e7264e719 Mon Sep 17 00:00:00 2001 From: hauke Date: Sat, 6 Sep 2014 11:49:31 +0200 Subject: [PATCH] fixed contact action button bar, typo correction --- view/templates/contacts-template.tpl | 2 +- view/theme/quattro/dark/style.css | 2 +- view/theme/quattro/green/style.css | 2 +- view/theme/quattro/lilac/style.css | 2 +- view/theme/quattro/quattro.less | 2 +- view/theme/vier/style.css | 4 ++++ 6 files changed, 9 insertions(+), 5 deletions(-) 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; */ }