##// END OF EJS Templates
Merge pull request #6681 from SylvainCorlay/widget_hbox_align...
Jonathan Frederic -
r18321:6dc18a12 merge
parent child Browse files
Show More
@@ -1527,7 +1527,10 b' div.cell.text_cell.rendered {'
1527 box-flex: 0;
1527 box-flex: 0;
1528 /* Modern browsers */
1528 /* Modern browsers */
1529 flex: none;
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 .widget-hbox input[type="checkbox"] {
1535 .widget-hbox input[type="checkbox"] {
1533 margin-top: 9px;
1536 margin-top: 9px;
@@ -9402,7 +9402,10 b' div.cell.text_cell.rendered {'
9402 box-flex: 0;
9402 box-flex: 0;
9403 /* Modern browsers */
9403 /* Modern browsers */
9404 flex: none;
9404 flex: none;
9405 margin: 5px;
9405 margin-top: 0px !important;
9406 margin-bottom: 0px !important;
9407 margin-right: 5px;
9408 margin-left: 5px;
9406 }
9409 }
9407 .widget-hbox input[type="checkbox"] {
9410 .widget-hbox input[type="checkbox"] {
9408 margin-top: 9px;
9411 margin-top: 9px;
@@ -188,7 +188,10 b''
188 .widget-hbox {
188 .widget-hbox {
189 /* Horizontal widgets */
189 /* Horizontal widgets */
190 .hbox();
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 input[type="checkbox"] {
196 input[type="checkbox"] {
194 margin-top: 9px;
197 margin-top: 9px;
General Comments 0
You need to be logged in to leave comments. Login now