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

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

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 | « chrome/browser/resources/options/chromeos/storage_manager.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/chromeos/storage_manager.html
diff --git a/chrome/browser/resources/options/chromeos/storage_manager.html b/chrome/browser/resources/options/chromeos/storage_manager.html
index 483562b92ecc1115e99d856ff56e52067a82b900..8ca8fa545a9eb30cc80fbb77f1a09fed033dbbeb 100644
--- a/chrome/browser/resources/options/chromeos/storage_manager.html
+++ b/chrome/browser/resources/options/chromeos/storage_manager.html
@@ -22,9 +22,10 @@
</div>
<div class="content-area">
- <div class="storage-manager-section">
+ <div id="storage-manager-section-capacity" class="storage-manager-section">
<div class="storage-manager-item">
- <span i18n-content="storageItemLabelCapacity"></span>
+ <span i18n-content="storageItemLabelCapacity"
+ class="storage-manager-item-label"></span>
<span id="storage-manager-size-capacity"
class="storage-manager-item-size"></span>
</div>
@@ -32,7 +33,8 @@
</div>
<div id="storage-manager-section-in-use" class="storage-manager-section">
<div class="storage-manager-item">
- <span i18n-content="storageItemLabelInUse"></span>
+ <span i18n-content="storageItemLabelInUse"
+ class="storage-manager-item-label"></span>
<span id="storage-manager-size-in-use"
class="storage-manager-item-size"></span>
</div>
@@ -81,7 +83,8 @@
</div>
<div id="storage-manager-section-available" class="storage-manager-section">
<div class="storage-manager-item">
- <span i18n-content="storageItemLabelAvailable"></span>
+ <span i18n-content="storageItemLabelAvailable"
+ class="storage-manager-item-label"></span>
<span id="storage-manager-size-available"
class="storage-manager-item-size"></span>
</div>
« no previous file with comments | « chrome/browser/resources/options/chromeos/storage_manager.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698