Skip to content

Commit 6f1fc0d

Browse files
committed
Merge pull request #131 from rokat/extra-checkbox-fix
Extra Checkbox Fix
2 parents 407486b + 17b9f04 commit 6f1fc0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/tweaks.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,8 @@ ul.panels-ipe-linkbar {
283283
table .radio input[type="radio"],
284284
table .radio-inline input[type="radio"],
285285
table .checkbox input[type="checkbox"],
286-
table .checkbox-inline input[type="checkbox"]{
286+
table .checkbox-inline input[type="checkbox"],
287+
table .checkbox,table .radio{
287288
margin-left: 0px;
288289
position:static;
289290
}

0 commit comments

Comments
 (0)