]> git.mxchange.org Git - friendica.git/commitdiff
fixed contact action button bar, typo correction
authorhauke <hauke@grlg.org>
Sat, 6 Sep 2014 09:49:31 +0000 (11:49 +0200)
committerhauke <hauke@grlg.org>
Sat, 6 Sep 2014 09:49:31 +0000 (11:49 +0200)
view/templates/contacts-template.tpl
view/theme/quattro/dark/style.css
view/theme/quattro/green/style.css
view/theme/quattro/lilac/style.css
view/theme/quattro/quattro.less
view/theme/vier/style.css

index 774bc00deb338d5933bb87465cc0d016b817cc2c..5797196ebb7dc4d0b20912d4acd52150ce658438 100644 (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}}
index 8436b56d5130662e6b1ec28aced26a143f8be85f..dba3d8ad115158c4c0d18c68406906d8a877ca09 100644 (file)
@@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] {
 .contact-photo:hover .contact-select {
   display: block;
 }
-#contats-actions {
+#contacts-actions {
   clear: both;
 }
 .contact-photo {
index 19c5170066de09c87316ddbbb18960d3dfad9dd7..ea54da6b4bbd4b52c3f36f6577e94eff9ecde02a 100644 (file)
@@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] {
 .contact-photo:hover .contact-select {
   display: block;
 }
-#contats-actions {
+#contacts-actions {
   clear: both;
 }
 .contact-photo {
index 9b191dab97b33f1cce51c8b2d75c8a2006ee390a..1acbe781356f27ddd8fb4cc657ddf462b12a3e3a 100644 (file)
@@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] {
 .contact-photo:hover .contact-select {
   display: block;
 }
-#contats-actions {
+#contacts-actions {
   clear: both;
 }
 .contact-photo {
index 60f70d421a3c71014b8dac4ddd2eff9c30c184f1..46eed3d6c0d791bce4aae23ea1976654fd0d69f0 100644 (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; }
index 44f3b0ee0559bfb3f9aa6989eb023acf47140a58..c64f70bc6060bd272d2940c64f7a92271c7ee06c 100644 (file)
@@ -246,6 +246,10 @@ div.pager {
   float: left;
 }
 
+#contacts-actions {
+  clear: both;
+}
+
 #contact-edit-drop-link-end {
   /* clear: both; */
 }