##// END OF EJS Templates
Merge pull request #6922 from SylvainCorlay/checkbox_height...
Min RK -
r18832:f032d890 merge
parent child Browse files
Show More
@@ -1432,6 +1432,7 b' div.cell.text_cell.rendered {'
1432 1432 }
1433 1433 .widget-hbox input[type="checkbox"] {
1434 1434 margin-top: 9px;
1435 margin-bottom: 10px;
1435 1436 }
1436 1437 .widget-hbox .widget-label {
1437 1438 /* Horizontal Label */
@@ -9301,6 +9301,7 b' div.cell.text_cell.rendered {'
9301 9301 }
9302 9302 .widget-hbox input[type="checkbox"] {
9303 9303 margin-top: 9px;
9304 margin-bottom: 10px;
9304 9305 }
9305 9306 .widget-hbox .widget-label {
9306 9307 /* Horizontal Label */
@@ -195,6 +195,7 b''
195 195
196 196 input[type="checkbox"] {
197 197 margin-top: 9px;
198 margin-bottom: 10px;
198 199 }
199 200
200 201 .widget-label {
General Comments 0
You need to be logged in to leave comments. Login now