From: Marcus Moeller Date: Mon, 16 Feb 2015 16:50:43 +0000 (+0100) Subject: opacity is not needed as it's transparent X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f7b41625e50519f921bf022589736b69ca564e43;p=quix0rs-gnu-social.git opacity is not needed as it's transparent use alignment instead of padding for padlock symbol --- diff --git a/theme/neo-quitter/css/display.css b/theme/neo-quitter/css/display.css index a027708345..bdaea98e52 100644 --- a/theme/neo-quitter/css/display.css +++ b/theme/neo-quitter/css/display.css @@ -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;