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

Unified Diff: chrome/browser/resources/file_manager/css/file_manager.css

Issue 9349015: [filebrowser] Save sorting field/order for modal dialogs, show spinner when scanning directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Spinner itself Created 8 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 | chrome/browser/resources/file_manager/images/spinner.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/css/file_manager.css
===================================================================
--- chrome/browser/resources/file_manager/css/file_manager.css (revision 120559)
+++ chrome/browser/resources/file_manager/css/file_manager.css (working copy)
@@ -417,6 +417,19 @@
position: relative;
}
+.spinner {
+ width: 22px;
+ height: 22px;
+ position: absolute;
+ left: 50%;
+ top: 50%;
+ margin-left: -11px;
+ margin-top: -11px;
+ background-image: url(../images/spinner.svg);
+ background-size: 100%;
+ opacity: 0.5;
+}
+
.downloads-warning {
display: -webkit-box;
-webkit-box-orient: horizontal;
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/images/spinner.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698