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

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

Issue 1056413002: Files.app: Show progress bar for file open dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 38b9b05653f0ec9d05247de62f650662e7759c0f..cd14a927ef25a0558500766a211ad4fdca8624c1 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -772,6 +772,10 @@ html[dir='rtl'] #search-box .clear {
display: none;
}
+.progressable .preparing-label {
+ -webkit-margin-start: 20px;
+}
+
.progressable .progress-bar {
-webkit-margin-end: 20px;
-webkit-margin-start: 20px;
@@ -1515,6 +1519,7 @@ body.check-select #list-container list li[selected] .detail-thumbnail
}
#filename-input-box {
+ -webkit-margin-start: 30px;
align-items: center;
display: flex;
flex: auto;
@@ -1741,7 +1746,6 @@ body[drive='error'] #unmounted-panel > .error,
#new-folder-button {
flex: none;
- margin-right: 30px;
}
#default-action-dialog {
« 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