##// END OF EJS Templates
notebook : update logo...
Matthias BUSSONNIER -
Show More
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
@@ -30,12 +30,13 b' div#header {'
30
30
31 span#ipython_notebook {
31 span#ipython_notebook {
32 position: absolute;
32 position: absolute;
33 padding: 2px;
33 padding: 2px 2px 2px 5px;
34 }
34 }
35
35
36 span#ipython_notebook h1 {
36 span#ipython_notebook h1 img {
37 font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
37 font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
38 font-size: 150%;
38 height: 24px;
39 text-decoration:none;
39 display: inline;
40 display: inline;
40 color: black;
41 color: black;
41 }
42 }
@@ -59,4 +60,4 b' span#login_widget {'
59 /* generic class for hidden objects */
60 /* generic class for hidden objects */
60 .hidden {
61 .hidden {
61 display: none;
62 display: none;
62 } No newline at end of file
63 }
@@ -18,10 +18,9 b' body {'
18 }
18 }
19
19
20 span#save_widget {
20 span#save_widget {
21 position: static;
21 padding: 2px 0px;
22 left: 0px;
22 margin: 0px;
23 padding: 5px 0px;
23 display:inline-block;
24 margin: 0px 0px 0px 0px;
25 }
24 }
26
25
27 span#quick_help_area {
26 span#quick_help_area {
@@ -21,7 +21,7 b''
21 <body {% block params %}{% end %}>
21 <body {% block params %}{% end %}>
22
22
23 <div id="header">
23 <div id="header">
24 <span id="ipython_notebook"><h1>IPython Notebook</h1></span>
24 <span id="ipython_notebook"><h1><img src='static/ipynblogo.png' alt='IPython Notebook'/></h1></span>
25 <span id="login_widget">
25 <span id="login_widget">
26 {% if current_user and current_user != 'anonymous' %}
26 {% if current_user and current_user != 'anonymous' %}
27 <button id="logout">Logout</button>
27 <button id="logout">Logout</button>
@@ -40,7 +40,7 b''
40 >
40 >
41
41
42 <div id="header">
42 <div id="header">
43 <span id="ipython_notebook"><h1>IPython Notebook</h1></span>
43 <span id="ipython_notebook"><h1><a href='..' alt='dashboard'><img src='static/ipynblogo.png' alt='IPython Notebook'/></a></h1></span>
44 <span id="save_widget">
44 <span id="save_widget">
45 <input type="text" id="notebook_name" size="20"></textarea>
45 <input type="text" id="notebook_name" size="20"></textarea>
46 <button id="save_notebook"><u>S</u>ave</button>
46 <button id="save_notebook"><u>S</u>ave</button>
General Comments 0
You need to be logged in to leave comments. Login now