]> git.mxchange.org Git - friendica.git/commitdiff
fix .item-select
authorSimon L'nu <simon.lnu@gmail.com>
Thu, 19 Apr 2012 17:02:41 +0000 (13:02 -0400)
committerSimon L'nu <simon.lnu@gmail.com>
Thu, 19 Apr 2012 17:02:41 +0000 (13:02 -0400)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/theme/dispy-dark/style.css
view/theme/dispy/style.css

index fef0dd8ddfeb10114ed4b681ca95b38d30b1844e..0c2fa61bb7e127ddce9d109dd7d36d77f05edcdc 100644 (file)
@@ -2276,8 +2276,7 @@ div[id$="wrapper"] br {
 .item-select {
     opacity: 0.1;
     filter:alpha(opacity=10);
-    float: right;
-    margin-right: 5px;
+    margin: 5px 0 0 6px !important;
 }
 .item-select:hover, .checkeditem {
     opacity: 1;
index a9148107ffde9725446e6f8f77ac1dd4ab1f2cc5..5552f0b43af7909f4320e6fa1b88baf765a014c7 100644 (file)
@@ -2277,8 +2277,7 @@ div[id$="wrapper"] br {
 .item-select {
     opacity: 0.1;
     filter:alpha(opacity=10);
-    float: right;
-    margin-right: 5px;
+    margin-right: 5px 0 0 6px !important;
 }
 .item-select:hover, .checkeditem {
     opacity: 1;