##// END OF EJS Templates
Reordering Export button and renaming Export->Export As
Brian Granger -
Show More
@@ -67,7 +67,6 b' div.section_content {'
67 67 padding: 5px;
68 68 }
69 69
70
71 70 span.section_row_buttons > button {
72 71 width: 70px;
73 72 }
@@ -112,7 +111,7 b' span.button_label {'
112 111 #download_format {
113 112 float: right;
114 113 font-size: 85%;
115 width: 60px;
114 width: 62px;
116 115 margin: 1px 5px;
117 116 }
118 117
@@ -60,9 +60,6 b''
60 60 <span class="section_row_header">Actions</span>
61 61 </div>
62 62 <div class="section_row">
63 <span class="section_row_buttons">
64 <button id="download_notebook">Export</button>
65 </span>
66 63 <span>
67 64 <select id="download_format">
68 65 <option value="xml">xml</option>
@@ -70,6 +67,9 b''
70 67 <option value="py">py</option>
71 68 </select>
72 69 </span>
70 <span class="section_row_buttons">
71 <button id="download_notebook">Export As</button>
72 </span>
73 73 </div>
74 74 </div>
75 75 </div>
General Comments 0
You need to be logged in to leave comments. Login now