##// END OF EJS Templates
Correct height for checkbox widget
Sylvain Corlay -
Show More
@@ -1432,6 +1432,7 b' div.cell.text_cell.rendered {'
1432 }
1432 }
1433 .widget-hbox input[type="checkbox"] {
1433 .widget-hbox input[type="checkbox"] {
1434 margin-top: 9px;
1434 margin-top: 9px;
1435 margin-bottom: 10px;
1435 }
1436 }
1436 .widget-hbox .widget-label {
1437 .widget-hbox .widget-label {
1437 /* Horizontal Label */
1438 /* Horizontal Label */
@@ -9301,6 +9301,7 b' div.cell.text_cell.rendered {'
9301 }
9301 }
9302 .widget-hbox input[type="checkbox"] {
9302 .widget-hbox input[type="checkbox"] {
9303 margin-top: 9px;
9303 margin-top: 9px;
9304 margin-bottom: 10px;
9304 }
9305 }
9305 .widget-hbox .widget-label {
9306 .widget-hbox .widget-label {
9306 /* Horizontal Label */
9307 /* Horizontal Label */
@@ -195,6 +195,7 b''
195
195
196 input[type="checkbox"] {
196 input[type="checkbox"] {
197 margin-top: 9px;
197 margin-top: 9px;
198 margin-bottom: 10px;
198 }
199 }
199
200
200 .widget-label {
201 .widget-label {
General Comments 0
You need to be logged in to leave comments. Login now