Skip to content

Commit 407486b

Browse files
committed
Merge pull request #126 from rokat/checkbox-fix
Checkbox fixing
2 parents e93ed85 + 1c48b90 commit 407486b

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

css/tweaks.css

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -279,13 +279,18 @@ ul.panels-ipe-linkbar {
279279
margin-left: 10px;
280280
}
281281

282-
.features-export-component .radio input[type="radio"],
283-
.features-export-component .radio-inline input[type="radio"],
284-
.features-export-component .checkbox input[type="checkbox"],
285-
.features-export-component .checkbox-inline input[type="checkbox"],
286-
.features-export-list .radio input[type="radio"],
287-
.features-export-list .radio-inline input[type="radio"],
288-
.features-export-list .checkbox input[type="checkbox"],
289-
.features-export-list .checkbox-inline input[type="checkbox"] {
282+
/* Bootstrap 3.2.0 Checkboxes Fix*/
283+
table .radio input[type="radio"],
284+
table .radio-inline input[type="radio"],
285+
table .checkbox input[type="checkbox"],
286+
table .checkbox-inline input[type="checkbox"]{
290287
margin-left: 0px;
288+
position:static;
289+
}
290+
291+
292+
/* Module Filter Display*/
293+
#module-filter-left ul li.active{
294+
margin-right:0px;
295+
width:100%;
291296
}

0 commit comments

Comments
 (0)