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

Unified Diff: chrome/browser/resources/settings/site_settings/zoom_levels.html

Issue 2678763003: MD Settings: Privacy section visual touch-ups (Closed)
Patch Set: Created 3 years, 10 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/settings/site_settings_page/site_settings_page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/site_settings/zoom_levels.html
diff --git a/chrome/browser/resources/settings/site_settings/zoom_levels.html b/chrome/browser/resources/settings/site_settings/zoom_levels.html
index 3d385cbe96d0054b45065a9436107f71e322d08e..2806ac8c94361ee6c04e85c13845bd327d6a1c5f 100644
--- a/chrome/browser/resources/settings/site_settings/zoom_levels.html
+++ b/chrome/browser/resources/settings/site_settings/zoom_levels.html
@@ -14,6 +14,10 @@
display: block;
}
+ .zoom-label {
+ -webkit-margin-end: 16px;
+ }
+
.empty-message {
margin-top: 15px;
}
@@ -28,7 +32,7 @@
<div class="middle">
<div>[[item.displayName]]</div>
</div>
- <div>[[item.zoom]]</div>
+ <div class="zoom-label">[[item.zoom]]</div>
<div>
<paper-icon-button icon="cr:clear"
on-tap="removeZoomLevel_">
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings_page/site_settings_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698