mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
shrink navbars a little
This commit is contained in:
parent
864ef914ae
commit
638b30ff90
@ -23,7 +23,7 @@ div#header {
|
||||
}
|
||||
|
||||
#ipython_notebook {
|
||||
padding: 8px 10px 0px 10px
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
#ipython_notebook img {
|
||||
@ -47,10 +47,12 @@ div#header {
|
||||
input.ui-button {
|
||||
padding: 0.3em 0.9em;
|
||||
}
|
||||
.navbar span {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
span#login_widget {
|
||||
float: right;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.nav-header {
|
||||
|
@ -3,6 +3,7 @@
|
||||
@textColor: @black;
|
||||
@baseFontSize: 13px;
|
||||
@monoFontFamily: monospace; // to allow user to customize their fonts
|
||||
@navbarHeight: 36px;
|
||||
|
||||
// Our own global variables for all pages go here
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user