##// END OF EJS Templates
Reorganize the L panel buttons.
Brian E. Granger -
Show More
@@ -92,10 +92,12 b' span.section_row_buttons a {'
92 92 width: 170px;
93 93 padding: 0px 5px;
94 94 text-align: center;
95 font-size: 85%;
95 96 }
96 97
97 98 .help_string_label {
98 99 float: right;
100 font-size: 85%;
99 101 }
100 102
101 103 #autoindent_span {
@@ -223,6 +223,7 b' var IPython = (function (IPython) {'
223 223 this.content.find('div.section_row').addClass('ui-helper-clearfix');
224 224 this.content.find('#help_buttons0').buttonset();
225 225 this.content.find('#help_buttons1').buttonset();
226 this.content.find('#help_buttons2').buttonset();
226 227 };
227 228
228 229
@@ -67,11 +67,14 b''
67 67 </select>
68 68 </span>
69 69 <span class="section_row_buttons">
70 <button id="download_notebook">Download</button>
71 </span>
72 </div>
73 <div class="section_row">
74 <span class="section_row_buttons">
70 75 <span id="print_widget">
71 76 <button id="print_notebook">Print</button>
72 77 </span>
73
74 <button id="download_notebook">Download</button>
75 78 </span>
76 79 </div>
77 80 </div>
@@ -157,14 +160,18 b''
157 160 <span id="help_buttons0" class="section_row_buttons">
158 161 <a id="python_help" href="http://docs.python.org" target="_blank">Python</a>
159 162 <a id="ipython_help" href="http://ipython.org/documentation.html" target="_blank">IPython</a>
160 <a id="numpy_help" href="http://docs.scipy.org/doc/numpy/reference/" target="_blank">NumPy</a>
161 163 </span>
162 164 <span class="section_row_header">Links</span>
163 165 </div>
164 166 <div class="section_row">
165 167 <span id="help_buttons1" class="section_row_buttons">
166 <a id="matplotlib_help" href="http://matplotlib.sourceforge.net/" target="_blank">MPL</a>
168 <a id="numpy_help" href="http://docs.scipy.org/doc/numpy/reference/" target="_blank">NumPy</a>
167 169 <a id="scipy_help" href="http://docs.scipy.org/doc/scipy/reference/" target="_blank">SciPy</a>
170 </span>
171 </div>
172 <div class="section_row">
173 <span id="help_buttons2" class="section_row_buttons">
174 <a id="matplotlib_help" href="http://matplotlib.sourceforge.net/" target="_blank">MPL</a>
168 175 <a id="sympy_help" href="http://docs.sympy.org/dev/index.html" target="_blank">SymPy</a>
169 176 </span>
170 177 </div>
General Comments 0
You need to be logged in to leave comments. Login now