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

Unified Diff: ui/webui/resources/cr_elements/shared_vars_css.html

Issue 2829373003: [MD settings] change spacing between controlledBy icon and control (Closed)
Patch Set: Created 3 years, 8 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: ui/webui/resources/cr_elements/shared_vars_css.html
diff --git a/ui/webui/resources/cr_elements/shared_vars_css.html b/ui/webui/resources/cr_elements/shared_vars_css.html
index 21501b4e96bc41ac5f3cb8b34486e7020973cf7f..78691bcc250760970add04b311b8c7a2c1b8156c 100644
--- a/ui/webui/resources/cr_elements/shared_vars_css.html
+++ b/ui/webui/resources/cr_elements/shared_vars_css.html
@@ -7,7 +7,8 @@
cursor: pointer;
};
- --cr-control-spacing: 18px;
+ /* Spacing between policy (controlledBy) indicator and control. */
+ --cr-control-spacing: 24px;
--cr-focused-item-color: var(--google-grey-300);

Powered by Google App Engine
This is Rietveld 408576698