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

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

Issue 15835004: Files.app: Added column dividers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/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
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/images/files/ui/new-ui/2x/vertical_separator.png » ('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 f4799bf7079ecaea8699299232dc63f77d51ad15..642943b22119ac0804024ebd2123e06fffef19e6 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -1567,7 +1567,15 @@ body[new-ui] .preview-thumbnails > .thumbnail > .img-container {
}
body[new-ui] .table-header-splitter {
- display: none;
+ background-image: -webkit-image-set(
+ url('../images/files/ui/new-ui/vertical_separator.png') 1x,
+ url('../images/files/ui/new-ui/2x/vertical_separator.png') 2x);
+ background-position: center;
+ background-repeat: repeat-y;
+ border: none;
+ height: 20px;
+ top: 10px;
+ width: 5px;
}
/* Container for a table header. */
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/images/files/ui/new-ui/2x/vertical_separator.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698