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

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

Issue 16043005: Files.app: Added a header to the middle bar and polish the design. (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
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/main_new_ui.html » ('j') | 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 1604e54a8f618295e857ee96aa727c9e020cd46f..56b6e2edb91b95943fda6566d0d624f60d473b2e 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -351,6 +351,16 @@ body[new-ui] #volume-list .volume-icon {
width: 24px;
}
+#middlebar-header {
+ -webkit-box-sizing: border-box;
+ -webkit-padding-start: 20px;
+ border-right: 1px solid rgb(212, 212, 212);
+ color: rgb(100, 100, 100);
+ height: 47px;
+ line-height: 40px;
+ position: absolute;
+ width: 100%;
+}
#directory-tree {
bottom: 0;
@@ -359,7 +369,7 @@ body[new-ui] #volume-list .volume-icon {
overflow-y: auto;
position: absolute;
right: 0;
- top: 0;
+ top: 47px;
}
body[new-ui] #directory-tree {
@@ -1594,7 +1604,7 @@ body[new-ui] .table-header-splitter {
body[new-ui] .table-header {
background-color: transparent;
border-bottom: none;
- height: 40px;
+ height: 47px;
}
.table-header-sort-image-desc::after {
@@ -1722,7 +1732,11 @@ body[new-ui] #list-container list:focus li.table-row[selected] .file-checkbox {
}
body[new-ui] #list-container li.table-row {
- height: 30px;
+ border-style: none;
+ height: 29px;
+ margin: 0;
+ padding-bottom: 0;
+ padding-top: 0;
}
body[new-ui] #default-actions-list li {
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/main_new_ui.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698