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

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

Issue 14599004: Merge 199418 "Fix wrapping window decoration buttons in the File..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1500/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/js/file_manager.js ('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
===================================================================
--- chrome/browser/resources/file_manager/main_new_ui.html (revision 199675)
+++ chrome/browser/resources/file_manager/main_new_ui.html (working copy)
@@ -253,19 +253,23 @@
</div>
</div>
<div class="splitter" id="sidebar-splitter"></div>
- <div class=dialog-main>
- <div class=dialog-header>
- <input id="search-box" type="search" tabindex="9"
- i18n-values="aria-label:SEARCH_TEXT_LABEL">
- <div class="right buttonbar">
- <button class="menubutton" id="gear-button" tabindex="10"
- menu="#gear-menu">
- </button>
- <button id="maximize-button" visibleif="full-page" tabindex="-1">
- </button>
- <button id="close-button" visibleif="full-page" tabindex="-1">
- </button>
+ <div class="dialog-main">
+ <div class="dialog-header">
+ <div class="search-box-wrapper">
+ <input id="search-box" type="search" tabindex="9"
+ i18n-values="aria-label:SEARCH_TEXT_LABEL">
</div>
+ <div class="decoration-buttons-wrapper">
+ <div class="right buttonbar">
+ <button class="menubutton" id="gear-button" tabindex="10"
+ menu="#gear-menu">
+ </button>
+ <button id="maximize-button" visibleif="full-page" tabindex="-1">
+ </button>
+ <button id="close-button" visibleif="full-page" tabindex="-1">
+ </button>
+ </div>
+ </div>
</div>
<div class=dialog-body>
<div class="main-panel">
« no previous file with comments | « chrome/browser/resources/file_manager/js/file_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698