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

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

Issue 10828090: Revert 149153 - In case of search add "Searching..." string to the spinner in the center. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/file_manager/js/file_manager.js » ('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 149155)
+++ chrome/browser/resources/file_manager/css/file_manager.css (working copy)
@@ -522,27 +522,6 @@
width: 22px;
}
-#spinner-container {
- -webkit-box-align: center;
- -webkit-box-pack: center;
- bottom: 0;
- display: -webkit-box;
- left: 0;
- position: absolute;
- right: 0;
- top: 0;
-}
-
-#spinner-with-text {
- background-image: url('../images/common/spinner.svg');
- background-repeat: no-repeat;
- font-size: 16px;
- height: 22px;
- min-width: 22px;
- opacity: 0.6;
- padding-left: 26px;
-}
-
.downloads-warning {
-webkit-box-align: center;
-webkit-box-orient: horizontal;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/file_manager/js/file_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698