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

Unified Diff: chrome/browser/resources/file_manager/css/file_manager.css

Issue 15868002: Files.app: Fixed the bug that the search box is not hidden when window is shrink. (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 | « no previous file | 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/css/file_manager.css
diff --git a/chrome/browser/resources/file_manager/css/file_manager.css b/chrome/browser/resources/file_manager/css/file_manager.css
index 5473027fe661c660b1abe099e0c5580798f0e576..ce8810536c334ff97053760e18c8f6189e2949ee 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -803,10 +803,6 @@ body[new-ui] .dialog-header button:not(:hover):not(focus) {
width: 100%;
}
-#search-box[hidden] {
- display: none; /* Required, since overriden by #search-box. */
-}
-
body[new-ui] #search-box {
-webkit-margin-end: 0;
-webkit-padding-after: 0;
@@ -828,6 +824,10 @@ body[new-ui] #search-box {
width: 58px;
}
+body #search-box[hidden] {
+ display: none; /* Required, since overriden by #search-box. */
+}
+
html[dir='rtl'] #search-box {
background-position: right 4px top 5.5px;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698