-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
7.0.2, 7.0.3
-
OSx and Windows
Vertical alignment of radio button and label, and proper margin, i fix this like this:
.z-radio-content {
margin-left: 5px;
}
.z-radio input[type="radio"] {
position: relative; top: -5px;
}
I'm not sure if this happends with checkbox too.