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

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

Issue 2271203002: Files app: Make the warning banner about local space dismissable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a comment and set margin to warning message. Created 4 years, 4 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/foreground/js/ui/banners.js » ('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 fdec97400aba0d98d5ddc8c3166c5e9aa9dbcc3c..bd42a57dcff18926ab2ee62738bd7bcc8ea62d47 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -1251,6 +1251,10 @@ html[dir='rtl'] .breadcrumbs .separator {
width: 16px;
}
+.downloads-warning .warning-message {
+ -webkit-margin-end: 40px;
+}
+
.downloads-warning[hidden] {
display: flex !important; /* Overrides [hidden] for animation. */
height: 0;
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/ui/banners.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698