Reordering Export button and renaming Export->Export As

This commit is contained in:
Brian Granger 2011-08-09 12:38:59 -07:00
parent f90b5761a2
commit c56f76980e
2 changed files with 4 additions and 5 deletions

View File

@ -67,7 +67,6 @@ div.section_content {
padding: 5px;
}
span.section_row_buttons > button {
width: 70px;
}
@ -112,7 +111,7 @@ span.button_label {
#download_format {
float: right;
font-size: 85%;
width: 60px;
width: 62px;
margin: 1px 5px;
}

View File

@ -60,9 +60,6 @@
<span class="section_row_header">Actions</span>
</div>
<div class="section_row">
<span class="section_row_buttons">
<button id="download_notebook">Export</button>
</span>
<span>
<select id="download_format">
<option value="xml">xml</option>
@ -70,6 +67,9 @@
<option value="py">py</option>
</select>
</span>
<span class="section_row_buttons">
<button id="download_notebook">Export As</button>
</span>
</div>
</div>
</div>