##// END OF EJS Templates
fix alignment
Sylvain Corlay -
Show More
@@ -1527,7 +1527,10 b' div.cell.text_cell.rendered {'
1527 1527 box-flex: 0;
1528 1528 /* Modern browsers */
1529 1529 flex: none;
1530 margin: 5px;
1530 margin-top: 0px !important;
1531 margin-bottom: 0px !important;
1532 margin-right: 5px;
1533 margin-left: 5px;
1531 1534 }
1532 1535 .widget-hbox input[type="checkbox"] {
1533 1536 margin-top: 9px;
@@ -9299,7 +9299,10 b' div.cell.text_cell.rendered {'
9299 9299 box-flex: 0;
9300 9300 /* Modern browsers */
9301 9301 flex: none;
9302 margin: 5px;
9302 margin-top: 0px !important;
9303 margin-bottom: 0px !important;
9304 margin-right: 5px;
9305 margin-left: 5px;
9303 9306 }
9304 9307 .widget-hbox input[type="checkbox"] {
9305 9308 margin-top: 9px;
@@ -188,7 +188,10 b''
188 188 .widget-hbox {
189 189 /* Horizontal widgets */
190 190 .hbox();
191 margin: 5px;
191 margin-top: 0px !important;
192 margin-bottom: 0px !important;
193 margin-right: 5px;
194 margin-left: 5px;
192 195
193 196 input[type="checkbox"] {
194 197 margin-top: 9px;
General Comments 0
You need to be logged in to leave comments. Login now