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

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

Issue 956563006: Make the Cloud import banner match Material Design specs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | ui/file_manager/file_manager/main.html » ('j') | 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 dcf67a5c9d59eb5ba8c1901649e07141be897722..dfa110ee5a493075f262fbc83e1706931f53833d 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -425,8 +425,7 @@ body.selecting #gear-button {
#cloud-import-details {
background-color: white;
- border-radius: 4px;
- box-shadow: 2px 2px 6px #555555;
+ border-radius: 2px;
line-height: 1.5em;
position: absolute;
right: 75px; /* Positioned in relation to the cloud-import toolbar button */
@@ -443,7 +442,7 @@ body.selecting #gear-button {
#cloud-import-details .banner {
background-color: #37474F;
- border-radius: 4px 4px 0px 0px;
+ border-radius: 2px 2px 0px 0px;
color: white;
padding: 20px;
}
« no previous file with comments | « no previous file | ui/file_manager/file_manager/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698