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

Unified Diff: chrome/browser/resources/settings/site_settings/site_settings_category.css

Issue 1947033003: Site Settings on Desktop: Align some of the UI elements better. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to head Created 4 years, 7 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
Index: chrome/browser/resources/settings/site_settings/site_settings_category.css
diff --git a/chrome/browser/resources/settings/site_settings/site_settings_category.css b/chrome/browser/resources/settings/site_settings/site_settings_category.css
index 9043c12878be50fc44661320ec439fc7949d9a7f..43bf6e3435356d5d1742a10c3d53847c12cdafa4 100644
--- a/chrome/browser/resources/settings/site_settings/site_settings_category.css
+++ b/chrome/browser/resources/settings/site_settings/site_settings_category.css
@@ -6,6 +6,14 @@
display: block;
}
+.toggle-icon {
+ -webkit-margin-start: 4px;
+}
+
+.toggle-text {
+ -webkit-margin-start: -11px;
+}
+
settings-site-list {
border-bottom: 1px solid var(--paper-grey-300);
}

Powered by Google App Engine
This is Rietveld 408576698