File tree 5 files changed +21
-14
lines changed
5 files changed +21
-14
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ body > #header {
27
27
z-index : 100 ;
28
28
29
29
#header-container {
30
+ display : flex ;
31
+ flex-direction : row ;
32
+ justify-content : space-between ;
33
+ padding : 5px ;
30
34
padding-bottom : 5px ;
31
35
padding-top : 5px ;
32
36
.border-box-sizing ();
@@ -57,9 +61,6 @@ body > #header {
57
61
padding-left : 0px ;
58
62
padding-top : (@navbar-height - @logo_height ) / 2 ;
59
63
padding-bottom : (@navbar-height - @logo_height ) / 2 ;
60
- @media (max-width : @screen-sm-max ){
61
- margin-left : 10px ;
62
- }
63
64
}
64
65
65
66
@@ -99,8 +100,12 @@ input.ui-button {
99
100
padding : 0.3em 0.9em ;
100
101
}
101
102
103
+ span #kernel_logo_widget {
104
+ margin : 0 10px ;
105
+ }
106
+
102
107
span #login_widget {
103
- float : right ;
108
+
104
109
}
105
110
106
111
span #login_widget > .button ,
Original file line number Diff line number Diff line change 1
1
#kernel_logo_widget {
2
- .pull-right ();
3
-
4
2
.current_kernel_logo {
5
3
display : none ;
6
4
.navbar-vertical-align (32px );
Original file line number Diff line number Diff line change 1
1
span .save_widget {
2
- margin-top : 6 px ;
3
- max-width : 100 % ;
2
+ height : 30 px ;
3
+ margin-top : 4 px ;
4
4
display : flex ;
5
+ justify-content : flex-start ;
6
+ align-items : baseline ;
7
+ width : 50% ;
8
+ flex : 1 ;
5
9
6
10
span .filename {
7
- height : 1 em ;
11
+ height : 100 % ;
8
12
line-height : 1em ;
9
- padding : 3px ;
10
13
margin-left : @padding-large-horizontal ;
11
14
border : none ;
12
15
font-size : 146.5% ;
Original file line number Diff line number Diff line change 38
38
{% block headercontainer %}
39
39
40
40
41
- < span id ="save_widget " class ="pull-left save_widget ">
41
+ < span id ="save_widget " class ="save_widget ">
42
42
< span id ="notebook_name " class ="filename "> </ span >
43
43
< span class ="checkpoint_status "> </ span >
44
44
< span class ="autosave_status "> </ span >
Original file line number Diff line number Diff line change 120
120
< div id ="header-container " class ="container ">
121
121
< div id ="ipython_notebook " class ="nav navbar-brand pull-left "> < a href ="{{default_url}} " title ='dashboard '> {% block logo %}< img src ='{{static_url("base/images/logo.png") }} ' alt ='Jupyter Notebook '/> {% endblock %}</ a > </ div >
122
122
123
+ {% block headercontainer %}
124
+ {% endblock %}
125
+
123
126
{% block header_buttons %}
124
127
125
128
{% block login_widget %}
135
138
{% endblock %}
136
139
137
140
{% endblock header_buttons %}
138
-
139
- {% block headercontainer %}
140
- {% endblock %}
141
+
141
142
</ div >
142
143
< div class ="header-bar "> </ div >
143
144
You can’t perform that action at this time.
0 commit comments