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

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

Issue 15946005: Files.app: Fit the size of search box as its contents size. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments 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
diff --git a/chrome/browser/resources/file_manager/main_new_ui.html b/chrome/browser/resources/file_manager/main_new_ui.html
index 9eacfea2b6166f491b130a09a2c0e87db364479b..6976b2134c164748bc0059f5aca99f6e814d128c 100644
--- a/chrome/browser/resources/file_manager/main_new_ui.html
+++ b/chrome/browser/resources/file_manager/main_new_ui.html
@@ -258,7 +258,10 @@
<div class="search-box-wrapper">
<input id="search-box" type="search" tabindex="9"
i18n-values="aria-label:SEARCH_TEXT_LABEL">
+ <!-- This is placed at the head of search-box -->
+ <div id="search-icon"></div>
</div>
+ <div id="search-clear-button"></div>
<div class="buttonbar">
<button class="menubutton" id="gear-button" tabindex="10"
menu="#gear-menu">
« 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