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

Unified Diff: ui/webui/resources/cr_elements/policy/cr_policy_vars_css.html

Issue 2233443002: MD Settings: implement metrics reporting checkbox on desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@desktop-uma
Patch Set: remove 2 using Created 4 years, 4 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/policy/cr_policy_vars_css.html
diff --git a/ui/webui/resources/cr_elements/policy/cr_policy_vars_css.html b/ui/webui/resources/cr_elements/policy/cr_policy_vars_css.html
new file mode 100644
index 0000000000000000000000000000000000000000..285734d9899c6df10ec5d8f6d60ef5b59e8edf81
--- /dev/null
+++ b/ui/webui/resources/cr_elements/policy/cr_policy_vars_css.html
@@ -0,0 +1,17 @@
+<style is="custom-style">
+ :root {
+ --cr-policy-indicator: {
+ display: block;
+ height: 20px;
+ width: 20px;
+ };
+
+ --cr-policy-tooltip: {
+ font-size: 92.31%; /* Effectively 12px if the host default is 13px. */
+ font-weight: 500;
+ max-width: 330px;
+ min-width: 200px;
+ padding: 10px 8px;
+ };
+ }
+</style>
« no previous file with comments | « ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.js ('k') | ui/webui/resources/cr_elements_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698