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

Unified Diff: chrome/browser/resources/options/chromeos/storage_manager.css

Issue 2041343002: Storage manager: Show overall size information and size of Downloads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments and rebase on top of https://codereview.chromium.org/1995113002. Created 4 years, 6 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/chromeos_strings.grdp ('k') | chrome/browser/resources/options/chromeos/storage_manager.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/chromeos/storage_manager.css
diff --git a/chrome/browser/resources/options/chromeos/storage_manager.css b/chrome/browser/resources/options/chromeos/storage_manager.css
index e2d5c4590eef920b410ef071ac1d52fbecac85e4..73a8889d5738db855b54a299972af10e6da52d13 100644
--- a/chrome/browser/resources/options/chromeos/storage_manager.css
+++ b/chrome/browser/resources/options/chromeos/storage_manager.css
@@ -3,5 +3,26 @@
* found in the LICENSE file. */
#storageManagerPage {
- min-width: 292px;
+ min-width: 320px;
+}
+
+.storage-manager-item,
+.storage-manager-subitem {
+ -webkit-padding-end: 20px;
+ display: flex;
+ font-size: 108.33%; /* go to 13px from 12px */
+ justify-content: space-between;
+ margin: 12px 0;
+}
+
+.storage-manager-item {
+ -webkit-padding-start: 20px;
+}
+
+.storage-manager-subitem {
+ -webkit-padding-start: 40px;
+}
+
+.storage-manager-item-size {
+ color: rgb(153, 153, 153);
}
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/resources/options/chromeos/storage_manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698