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

Unified Diff: chrome/browser/resources/settings/a11y_page/manage_a11y_page.html

Issue 2704733002: MD Settings: Fix date and time layout (Closed)
Patch Set: Use calculated var(--settings-box-row-indent) 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
Index: chrome/browser/resources/settings/a11y_page/manage_a11y_page.html
diff --git a/chrome/browser/resources/settings/a11y_page/manage_a11y_page.html b/chrome/browser/resources/settings/a11y_page/manage_a11y_page.html
index 3c1ff3c9280492b142e14b6b708ff9ea095d05e9..06e6f2affbf63a7b7cd750efab0c6e659cf0ff45 100644
--- a/chrome/browser/resources/settings/a11y_page/manage_a11y_page.html
+++ b/chrome/browser/resources/settings/a11y_page/manage_a11y_page.html
@@ -19,8 +19,7 @@
h2 ~ .settings-box {
-webkit-margin-end: var(--settings-box-row-padding);
- -webkit-margin-start: calc(
- var(--settings-box-row-padding) + var(--settings-indent-width));
+ -webkit-margin-start: var(--settings-box-row-indent);
-webkit-padding-end: 0;
-webkit-padding-start: 0;
}

Powered by Google App Engine
This is Rietveld 408576698