Show More
@@ -37,14 +37,16 input#notebook_name { | |||
|
37 | 37 | } |
|
38 | 38 | |
|
39 | 39 | span#kernel_status { |
|
40 | float: right; | |
|
41 |
padding: |
|
|
40 | position: absolute; | |
|
41 | padding: 8px 5px 5px 5px; | |
|
42 | right: 10px; | |
|
42 | 43 | font-weight: bold; |
|
43 | 44 | } |
|
44 | 45 | |
|
45 | 46 | |
|
46 | 47 | .status_idle { |
|
47 | 48 | color: gray; |
|
49 | visibility: hidden; | |
|
48 | 50 | } |
|
49 | 51 | |
|
50 | 52 | .status_busy { |
@@ -58,6 +58,7 | |||
|
58 | 58 | <span id="quick_help_area"> |
|
59 | 59 | <button id="quick_help">Quick<u>H</u>elp</button> |
|
60 | 60 | </span> |
|
61 | <span id="kernel_status">Idle</span> | |
|
61 | 62 | </div> |
|
62 | 63 | |
|
63 | 64 | <div id="MathJaxFetchingWarning" |
@@ -179,7 +180,6 | |||
|
179 | 180 | <div id="kernel_section"> |
|
180 | 181 | <div class="section_header"> |
|
181 | 182 | <h3>Kernel</h3> |
|
182 | <span id="kernel_status">Idle</span> | |
|
183 | 183 | </div> |
|
184 | 184 | <div class="section_content"> |
|
185 | 185 | <div class="section_row"> |
General Comments 0
You need to be logged in to leave comments.
Login now