##// END OF EJS Templates
"fix" the pager...
Min RK -
Show More
@@ -16,7 +16,7 b' div#pager {'
16 16 z-index: 100;
17 17
18 18 /* Hack which prevents jquery ui resizable from changing top. */
19 top: inherit !important;
19 top: auto !important;
20 20
21 21 pre {
22 22 line-height: @code_line_height;
@@ -10903,7 +10903,7 b' div#pager {'
10903 10903 /* Display over codemirror */
10904 10904 z-index: 100;
10905 10905 /* Hack which prevents jquery ui resizable from changing top. */
10906 top: inherit !important;
10906 top: auto !important;
10907 10907 }
10908 10908 div#pager pre {
10909 10909 line-height: 1.21429em;
@@ -287,13 +287,16 b' data-notebook-path="{{notebook_path}}"'
287 287
288 288 {% block site %}
289 289
290
291 290 <div id="ipython-main-app">
292 291 <div id="notebook_panel">
293 292 <div id="notebook"></div>
294 293 </div>
295 294 </div>
296 295
296 {% endblock %}
297
298 {% block after_site %}
299
297 300 <div id="pager">
298 301 <div id="pager-contents">
299 302 <div id="pager-container" class="container"></div>
@@ -303,10 +306,8 b' data-notebook-path="{{notebook_path}}"'
303 306
304 307 <div id='tooltip' class='ipython_tooltip' style='display:none'></div>
305 308
306
307 309 {% endblock %}
308 310
309
310 311 {% block script %}
311 312 {{super()}}
312 313 <script type="text/javascript">
@@ -111,6 +111,9 b''
111 111 {% endblock %}
112 112 </div>
113 113
114 {% block after_site %}
115 {% endblock %}
116
114 117 {% block script %}
115 118 {% endblock %}
116 119
General Comments 0
You need to be logged in to leave comments. Login now