Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(802)

Unified Diff: chrome/browser/resources/file_manager/main_new_ui.html

Issue 15674006: Move the file type box to right in the save as dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/file_manager/css/file_manager.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/main_new_ui.html
diff --git a/chrome/browser/resources/file_manager/main_new_ui.html b/chrome/browser/resources/file_manager/main_new_ui.html
index 286240548bc4bdbe7544ff92ebc764eeac597fad..6fedc56cdac2c661726d7693d5d0da0f085d8958 100644
--- a/chrome/browser/resources/file_manager/main_new_ui.html
+++ b/chrome/browser/resources/file_manager/main_new_ui.html
@@ -337,12 +337,12 @@
<input type=text spellcheck=false tabindex="5">
</div>
<div class=horizontal-spacer></div>
- <select id="file-type"></select>
<div class=preparing-label i18n-content=PREPARING_LABEL></div>
<div class=progress-bar>
<div class=progress-track></div>
</div>
<div class="right buttonbar">
+ <select id="file-type"></select>
<button class=ok disabled tabindex="6"></button>
<button class=cancel i18n-content=CANCEL_LABEL tabindex="7"></button>
</div>
« no previous file with comments | « chrome/browser/resources/file_manager/css/file_manager.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698