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

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

Issue 15121002: Merge 199387 "Add window buttons (close and maximize) to the Fil..." (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
Index: chrome/browser/resources/file_manager/css/file_manager.css
===================================================================
--- chrome/browser/resources/file_manager/css/file_manager.css (revision 199674)
+++ chrome/browser/resources/file_manager/css/file_manager.css (working copy)
@@ -731,6 +731,7 @@
}
body[new-ui] .dialog-header .buttonbar button {
+ -webkit-margin-start: 0;
background-image: none;
background-position: center;
background-repeat: no-repeat;
@@ -2206,7 +2207,8 @@
height: 45px;
left: 64px;
position: absolute;
- right: 0;
+ right: 70px;
top: 0;
+ width: auto;
z-index: 101;
}
« no previous file with comments | « chrome/browser/resources/file_manager/css/common.css ('k') | chrome/browser/resources/file_manager/css/gallery.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698