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

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

Issue 2250903002: Storage manager: Fix font size and adjust layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 4 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/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 5d75d143582374bf8af0a9ba4031e2354faeda48..98712ab84ca5b3aad77cac50e425de82c62d16d1 100644
--- a/chrome/browser/resources/options/chromeos/storage_manager.css
+++ b/chrome/browser/resources/options/chromeos/storage_manager.css
@@ -19,36 +19,46 @@
margin: 0;
}
-.storage-manager-section:not(:last-child) {
- margin-bottom: 30px;
-}
-
.storage-manager-item,
.storage-manager-subitem {
+ align-items: baseline;
display: flex;
- font-size: 125%; /* go to 15px from 12px */
justify-content: space-between;
- margin: 14px 0;
}
.storage-manager-item {
color: black;
+ margin: 18px 0;
+}
+
+.storage-manager-item .storage-manager-item-label {
+ font-size: 125%; /* go to 15px from 12px */
}
.storage-manager-subitem {
-webkit-padding-start: 20px;
+ margin: 14px 0;
}
.storage-manager-subitem .storage-manager-item-size {
color: rgba(0, 0, 0, 0.54);
}
+#storage-manager-section-capacity {
+ margin-bottom: 23px;
+}
+
+#storage-manager-section-capacity .storage-manager-item {
+ margin-bottom: 24px;
+ margin-top: 18px;
+}
+
#storage-manager-section-in-use {
- margin-bottom: 45px;
+ margin-bottom: 30px;
}
#storage-manager-section-available {
- margin-bottom: 30px;
+ margin-bottom: 18px;
}
.critically-low-space #storage-manager-message-critically-low-space,
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/storage_manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698