mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Reordering Export button and renaming Export->Export As
This commit is contained in:
parent
f90b5761a2
commit
c56f76980e
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user