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

Unified Diff: chrome/browser/resources/settings/site_settings_page/site_settings_page.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 | « chrome/browser/resources/settings/site_settings/zoom_levels.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/site_settings_page/site_settings_page.html
diff --git a/chrome/browser/resources/settings/site_settings_page/site_settings_page.html b/chrome/browser/resources/settings/site_settings_page/site_settings_page.html
index 2bad2a6e010b828d581c7631b9bba3d79be3bc41..ed68a87a912579aaf7b667a18653f2853e4c17b3 100644
--- a/chrome/browser/resources/settings/site_settings_page/site_settings_page.html
+++ b/chrome/browser/resources/settings/site_settings_page/site_settings_page.html
@@ -10,7 +10,11 @@
<dom-module id="settings-site-settings-page">
<template>
- <style include="settings-shared"></style>
+ <style include="settings-shared">
+ .settings-box iron-icon + .middle {
+ -webkit-padding-start: 20px;
+ }
+ </style>
<template is="dom-if" if="[[enableSiteSettings_]]">
<div class="settings-box first" category$="[[ALL_SITES]]"
data-route="SITE_SETTINGS_ALL" on-tap="onTapNavigate_" actionable>
« no previous file with comments | « chrome/browser/resources/settings/site_settings/zoom_levels.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698