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

Unified Diff: chrome/browser/resources/settings/settings_page/settings_page.css

Issue 1013833003: Show Pages in chrome://md-settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: jlklein's feedback Created 5 years, 9 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/settings_page/settings_page.css
diff --git a/chrome/browser/resources/settings/settings_page/settings_page.css b/chrome/browser/resources/settings/settings_page/settings_page.css
index 2edf440ad92049a0e6b9ead7f3b56a75e2a943df..6513e0bd28b83ef1d7885965e188aeb6107f7363 100644
--- a/chrome/browser/resources/settings/settings_page/settings_page.css
+++ b/chrome/browser/resources/settings/settings_page/settings_page.css
@@ -6,15 +6,30 @@
* @fileoverview
* Common styles for Settings pages.
*/
-:host {
- -webkit-margin-start: 40px;
- -webkit-padding-end: 20px;
- -webkit-padding-start: 40px;
+:host > paper-shadow {
+ -webkit-padding-start: 80px;
+ background-color: white;
padding-bottom: 40px;
padding-top: 40px;
}
-:host cr-settings-page-header {
+cr-settings-page-header {
margin-bottom: 30px;
min-height: 24px;
}
+
+core-label {
+ -webkit-margin-end: 10px;
+ -webkit-margin-start: 0;
+ margin-bottom: 10px;
+ margin-top: 10px;
+}
+
+.sub-label {
+ -webkit-margin-start: 10px;
+ color: rgba(0, 0, 0, .5);
+}
+
+cr-checkbox {
+ -webkit-margin-end: 10px;
+}

Powered by Google App Engine
This is Rietveld 408576698