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

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: Rebased 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 73c3f3a7a289faf89abee783799e19f358941ae9..c98885b7bd4e319ae4d7b38606e87cb6d6ac18f2 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -730,6 +730,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;
@@ -2206,7 +2207,8 @@ body[new-ui] #iframe-drag-area {
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