2
0
mirror of https://github.com/jupyter/notebook.git synced 2025-01-24 12:05:22 +08:00

Correct height for checkbox widget

This commit is contained in:
Sylvain Corlay 2014-11-13 17:46:19 +00:00
parent 0a22217f7e
commit 54d6d18baf
3 changed files with 3 additions and 0 deletions
IPython/html/static

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 {