mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
fix a few css rules
especially since the introduction of celltoolbar
This commit is contained in:
parent
1991cc187e
commit
6217b6283e
@ -34,7 +34,7 @@ all or one cell's toolbars.
|
||||
display: block;
|
||||
}
|
||||
|
||||
.ctb_show .ctb_hideshow + div > div.input_area,
|
||||
.ctb_show .ctb_hideshow + div > div.input_area,
|
||||
.ctb_show .ctb_hideshow + div.text_cell_input {
|
||||
border-top-right-radius: 0px;
|
||||
border-top-left-radius: 0px;
|
||||
@ -47,6 +47,7 @@ all or one cell's toolbars.
|
||||
|
||||
.button_container {
|
||||
float: right;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.button_container .ui-state-default, .button_container .ui-state-hover, .button_container .ui-state-hover span{
|
||||
@ -59,16 +60,24 @@ all or one cell's toolbars.
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
font-size: 77%;
|
||||
height:20px;
|
||||
display:inline;
|
||||
}
|
||||
|
||||
.celltoolbar label{
|
||||
display:inline;
|
||||
}
|
||||
.celltoolbar label span {
|
||||
font-size: 77%;
|
||||
}
|
||||
|
||||
.celltoolbar input[type=checkbox] {
|
||||
margin-bottom: 1px;
|
||||
margin: 0px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
|
||||
.celltoolbar ui-button {
|
||||
border: none;
|
||||
}
|
||||
|
@ -90,9 +90,6 @@ span#notebook_name {
|
||||
margin-right:2px;
|
||||
margin-bottom:0;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#cell_type {
|
||||
font-size: 85%;
|
||||
margin-left:0.3em;
|
||||
margin-right:0.3em;
|
||||
|
Loading…
Reference in New Issue
Block a user