##// END OF EJS Templates
shrink navbars a little
MinRK -
Show More
@@ -23,7 +23,7 b' div#header {'
23 }
23 }
24
24
25 #ipython_notebook {
25 #ipython_notebook {
26 padding: 8px 10px 0px 10px
26 padding-left: 16px;
27 }
27 }
28
28
29 #ipython_notebook img {
29 #ipython_notebook img {
@@ -47,10 +47,12 b' div#header {'
47 input.ui-button {
47 input.ui-button {
48 padding: 0.3em 0.9em;
48 padding: 0.3em 0.9em;
49 }
49 }
50 .navbar span {
51 margin-top: 3px;
52 }
50
53
51 span#login_widget {
54 span#login_widget {
52 float: right;
55 float: right;
53 margin-top: 2px;
54 }
56 }
55
57
56 .nav-header {
58 .nav-header {
@@ -3,6 +3,7 b''
3 @textColor: @black;
3 @textColor: @black;
4 @baseFontSize: 13px;
4 @baseFontSize: 13px;
5 @monoFontFamily: monospace; // to allow user to customize their fonts
5 @monoFontFamily: monospace; // to allow user to customize their fonts
6 @navbarHeight: 36px;
6
7
7 // Our own global variables for all pages go here
8 // Our own global variables for all pages go here
8
9
General Comments 0
You need to be logged in to leave comments. Login now