]> git.mxchange.org Git - friendica.git/commitdiff
change action container div class to id. fix bug in quattro theme
authorFabrixxm <fabrix.xm@gmail.com>
Wed, 18 Dec 2013 11:38:57 +0000 (06:38 -0500)
committerFabrixxm <fabrix.xm@gmail.com>
Wed, 18 Dec 2013 11:38:57 +0000 (06:38 -0500)
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

index 7dc6e0cec30c4015a87c31fb645c6654e0907318..774bc00deb338d5933bb87465cc0d016b817cc2c 100644 (file)
@@ -19,7 +19,7 @@
        {{include file="contact_template.tpl"}}
 {{/foreach}}
 <div id="contact-edit-end"></div>
-<div class="submit">
+<div id="contats-actions">
 {{foreach $batch_actions as $n=>$l}}
  <input class="batch-action" name="{{$n}}" value="{{$l}}" type="submit">
  {{/foreach}}
index f09b240b340cc75ab8e33f21a385a40983164e90..ec4e6ad106db431bb481c69dc0c48c1a4aebc268 100644 (file)
@@ -1359,7 +1359,7 @@ span[id^="showmore-wrap"] {
 .contact-photo:hover .contact-select {
   display: block;
 }
-.submit {
+#contats-actions {
   clear: both;
 }
 .contact-photo {
index 2c664b52dc6ff28cf84bb2011dcc291a018869f4..d78a06dc7c4534e873954f0a073f6b1565923efd 100644 (file)
@@ -1359,7 +1359,7 @@ span[id^="showmore-wrap"] {
 .contact-photo:hover .contact-select {
   display: block;
 }
-.submit {
+#contats-actions {
   clear: both;
 }
 .contact-photo {
index c75178437c2765deab074e10690e22ea571b5991..8c2e147fa80805107cdf3fa728df2539dc18eabe 100644 (file)
@@ -1359,7 +1359,7 @@ span[id^="showmore-wrap"] {
 .contact-photo:hover .contact-select {
   display: block;
 }
-.submit {
+#contats-actions {
   clear: both;
 }
 .contact-photo {
index 87492675012da389826210bb07d92db2a8e683b5..768f1cab290b10e9f4af58007576600785664ad9 100644 (file)
@@ -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; }