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

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

Issue 10399024: [File Manager] Polish the file count displayed when fetching metadata feeds from gdata server (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | no next file » | 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
diff --git a/chrome/browser/resources/file_manager/css/file_manager.css b/chrome/browser/resources/file_manager/css/file_manager.css
index 53ad255517c835d16f69a97a60b584000f87a97f..1831b828739582a43cab8040a536b72db2c488c1 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -1128,6 +1128,7 @@ div.shade[fadein] {
}
div.unmounted-panel {
+ color: #333;
padding-left: 50px;
padding-top: 20px;
}
@@ -1156,6 +1157,11 @@ div.unmounted-panel > div {
width: 40px;
}
+.unmounted-panel > .gdata.progress {
+ color: #999;
+ margin-top: -10px;
+}
+
.unmounted-panel:not([loading]) > .gdata.loading,
.unmounted-panel:not([loading]) > .gdata.progress,
.unmounted-panel:not([error]) > .gdata.error,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698