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

Unified Diff: ui/file_manager/file_manager/foreground/css/file_manager.css

Issue 1140653003: Files.app: Make cloud backup dropdown button on toolbar more skinny. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/css/file_manager.css
diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css
index 997012ea036f40fae33cbb62720c56a52d621d82..57d12d0bfb7c16079546ecac48bed94f20ed56ab 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -423,7 +423,12 @@ body.check-select #gear-button {
}
#cloud-import-details-button {
- -webkit-margin-start: -15px;
+ -webkit-margin-start: -11px;
+ width: 24px;
+}
+
+#cloud-import-details-button core-icon {
+ margin: 8px 4px;
}
#cloud-import-details {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698