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

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

Issue 14759019: Add window buttons (close and maximize) to the Files.app's new UI. (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
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 4f6263935af5e4f27a6d0d7beccf85eb0ba6c6b0..c1888a629412b5bd1408e9468d6e026ca6e965ca 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -731,6 +731,7 @@ body[new-ui] .breadcrumb-path:not(.breadcrumb-last) {
}
body[new-ui] .dialog-header .buttonbar button {
+ -webkit-margin-start: 0;
background-image: none;
background-position: center;
background-repeat: no-repeat;
@@ -2205,7 +2206,8 @@ body[new-ui] #iframe-drag-area {
height: 45px;
left: 64px;
position: absolute;
- right: 0;
+ right: 70px;
top: 0;
+ width: auto;
z-index: 101;
}

Powered by Google App Engine
This is Rietveld 408576698