fix alignment

This commit is contained in:
Sylvain Corlay 2014-10-10 23:01:49 -04:00
parent 00f88ee1be
commit 43d08b0795
3 changed files with 12 additions and 3 deletions

View File

@ -1527,7 +1527,10 @@ div.cell.text_cell.rendered {
box-flex: 0;
/* Modern browsers */
flex: none;
margin: 5px;
margin-top: 0px !important;
margin-bottom: 0px !important;
margin-right: 5px;
margin-left: 5px;
}
.widget-hbox input[type="checkbox"] {
margin-top: 9px;

View File

@ -9299,7 +9299,10 @@ div.cell.text_cell.rendered {
box-flex: 0;
/* Modern browsers */
flex: none;
margin: 5px;
margin-top: 0px !important;
margin-bottom: 0px !important;
margin-right: 5px;
margin-left: 5px;
}
.widget-hbox input[type="checkbox"] {
margin-top: 9px;

View File

@ -188,7 +188,10 @@
.widget-hbox {
/* Horizontal widgets */
.hbox();
margin: 5px;
margin-top: 0px !important;
margin-bottom: 0px !important;
margin-right: 5px;
margin-left: 5px;
input[type="checkbox"] {
margin-top: 9px;