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

Unified Diff: ui/file_manager/file_manager/main.html

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 | « ui/file_manager/file_manager/foreground/css/file_manager.css ('k') | 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/main.html
diff --git a/ui/file_manager/file_manager/main.html b/ui/file_manager/file_manager/main.html
index d19d496005671a795b54791f408af0d928557118..817c81b9afcd0c0262281eb559607b5b5ea49eb4 100644
--- a/ui/file_manager/file_manager/main.html
+++ b/ui/file_manager/file_manager/main.html
@@ -382,19 +382,21 @@
</div>
<div id="cloud-import-details" class="hidden" hidden>
- <div class="banner">
- <div class="title" i18n-content="CLOUD_IMPORT_TITLE"></div>
- <div class="description" i18n-content="CLOUD_IMPORT_DESCRIPTION"></div>
- </div>
- <div class="main">
- <div class="status">
- <core-icon icon="cloud-queue"></core-icon>
- <div class="content"></div>
+ <paper-shadow z="2">
+ <div class="banner">
+ <div class="title" i18n-content="CLOUD_IMPORT_TITLE"></div>
+ <div class="description" i18n-content="CLOUD_IMPORT_DESCRIPTION"></div>
</div>
- <paper-button class="import" tabindex="-1">
- <span i18n-content="CLOUD_IMPORT_COMMAND"></span>
- </paper-button>
- </div>
+ <div class="main">
+ <div class="status">
+ <core-icon icon="cloud-queue"></core-icon>
+ <div class="content"></div>
+ </div>
+ <paper-button class="import" tabindex="-1">
+ <span i18n-content="CLOUD_IMPORT_COMMAND"></span>
+ </paper-button>
+ </div>
+ </paper-shadow>
</div>
<div class="dialog-container">
« no previous file with comments | « ui/file_manager/file_manager/foreground/css/file_manager.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698