File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments