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

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

Issue 12208125: Remove extra space in open dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 afce9456d636f661157cfb0b31970ce103c32c92..33813c6600c5a160c1d74725ec43cb554ef685c2 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -300,8 +300,8 @@ div.root-eject:hover {
margin: 7px 7px 7px 0;
}
-[maximized] .dialog-header {
- -webkit-padding-end: 70px;
+body[maximized][type='full-page'] .dialog-header {
+ -webkit-padding-end: 75px;
}
/* Container for the detail and thumbnail list views. */
@@ -1462,7 +1462,6 @@ body:not([drive]) [required_drive] {
opacity: 1;
}
-
#gear-button {
overflow: hidden;
text-align: left;
« 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