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