]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
opacity is not needed as it's transparent
authorMarcus Moeller <marcus.moeller@gmx.ch>
Mon, 16 Feb 2015 16:50:43 +0000 (17:50 +0100)
committerMarcus Moeller <marcus.moeller@gmx.ch>
Mon, 16 Feb 2015 16:50:43 +0000 (17:50 +0100)
use alignment instead of padding for padlock symbol

theme/neo-quitter/css/display.css

index a02770834583587b3724205a4752a2abf6c6a415..bdaea98e52a7f8c7fc77d314b429cdc99b3f5b52 100644 (file)
@@ -961,8 +961,6 @@ background:none;
 .checkbox-wrapper.checked label.checkbox,
 .checkbox-wrapper.unchecked label.checkbox {
     background-image:none;
-    opacity: 0.6;
-    padding-left: 30px;
     color:transparent;
 }
 
@@ -970,9 +968,9 @@ background:none;
 .checkbox-wrapper.unchecked label.checkbox:before {
     content: "\f023";
     display: block;
-    font: 20px/1 "fa";
+    font: 22px/1 "fa";
     height: 35px;
-    left: 0px;
+    left: 10px;
     position: absolute;
     top: 0px;
     width: 35px;