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