Skip to content

Commit

Permalink
Reordering Export button and renaming Export->Export As
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonbg committed Aug 9, 2011
1 parent fbce942 commit 978f742
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions IPython/frontend/html/notebook/static/css/notebook.css
Expand Up @@ -67,7 +67,6 @@ div.section_content {
padding: 5px;
}


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

Expand Down
6 changes: 3 additions & 3 deletions IPython/frontend/html/notebook/templates/notebook.html
Expand Up @@ -60,16 +60,16 @@ <h3 class="section_header">Notebook</h3>
<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>
<option value="json">json</option>
<option value="py">py</option>
</select>
</span>
<span class="section_row_buttons">
<button id="download_notebook">Export As</button>
</span>
</div>
</div>
</div>
Expand Down

0 comments on commit 978f742

Please sign in to comment.