Merge pull request #6922 from SylvainCorlay/checkbox_height

Correct height for the checkbox widget
This commit is contained in:
Min RK 2014-11-13 12:24:21 -08:00
commit dcfaaf6acb
3 changed files with 3 additions and 0 deletions

View File

@ -1432,6 +1432,7 @@ div.cell.text_cell.rendered {
}
.widget-hbox input[type="checkbox"] {
margin-top: 9px;
margin-bottom: 10px;
}
.widget-hbox .widget-label {
/* Horizontal Label */

View File

@ -9301,6 +9301,7 @@ div.cell.text_cell.rendered {
}
.widget-hbox input[type="checkbox"] {
margin-top: 9px;
margin-bottom: 10px;
}
.widget-hbox .widget-label {
/* Horizontal Label */

View File

@ -195,6 +195,7 @@
input[type="checkbox"] {
margin-top: 9px;
margin-bottom: 10px;
}
.widget-label {