opacity is not needed as it's transparent

use alignment instead of padding for padlock symbol
This commit is contained in:
Marcus Moeller 2015-02-16 17:50:43 +01:00
parent 0168fddae5
commit f7b41625e5

View File

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