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

Side by Side Diff: chrome/browser/resources/settings/privacy_page/privacy_page.html

Issue 2535173007: MD Settings: fix appearance of managed metrics reporting checkbox (Closed)
Patch Set: Created 4 years 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_vars_cs s.html"> 1 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_vars_cs s.html">
2 <link rel="import" href="chrome://resources/html/polymer.html"> 2 <link rel="import" href="chrome://resources/html/polymer.html">
3 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> 3 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html">
4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f lex-layout-classes.html"> 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f lex-layout-classes.html">
5 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani matable.html"> 5 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani matable.html">
6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html"> 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html">
7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button-light.html"> 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button-light.html">
8 <link rel="import" href="/clear_browsing_data_dialog/clear_browsing_data_dialog. html"> 8 <link rel="import" href="/clear_browsing_data_dialog/clear_browsing_data_dialog. html">
9 <link rel="import" href="/controls/settings_checkbox.html"> 9 <link rel="import" href="/controls/settings_checkbox.html">
10 <link rel="import" href="/controls/settings_toggle_button.html"> 10 <link rel="import" href="/controls/settings_toggle_button.html">
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 #metricsReporting, 42 #metricsReporting,
43 #safeBrowsingExtendedReporting { 43 #safeBrowsingExtendedReporting {
44 align-items: center; 44 align-items: center;
45 display: flex; 45 display: flex;
46 min-height: var(--settings-row-min-height); 46 min-height: var(--settings-row-min-height);
47 } 47 }
48 48
49 #metricsReportingCheckbox, 49 #metricsReportingCheckbox,
50 #safeBrowsingExtendedReportingCheckbox { 50 #safeBrowsingExtendedReportingCheckbox {
51 display: inline-block; 51 display: inline-block;
52 }
53
54 #metricsReportingCheckbox:not([disabled]),
55 #safeBrowsingExtendedReportingCheckbox {
52 width: 100%; 56 width: 100%;
53 } 57 }
54 58
55 #metricsReporting paper-tooltip { 59 #metricsReporting paper-tooltip {
56 --paper-tooltip: var(--cr-policy-tooltip); 60 --paper-tooltip: var(--cr-policy-tooltip);
57 } 61 }
58 62
59 #indicator { 63 #indicator {
60 -webkit-margin-start: var(--checkbox-spacing); 64 -webkit-margin-start: var(--checkbox-spacing);
61 } 65 }
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 $i18n{siteSettingsCookieRemoveAll} 388 $i18n{siteSettingsCookieRemoveAll}
385 </paper-button> 389 </paper-button>
386 <site-data-details-subpage page-title="{{pageTitle}}"> 390 <site-data-details-subpage page-title="{{pageTitle}}">
387 </site-data-details-subpage> 391 </site-data-details-subpage>
388 </settings-subpage> 392 </settings-subpage>
389 </template> 393 </template>
390 </settings-animated-pages> 394 </settings-animated-pages>
391 </template> 395 </template>
392 <script src="privacy_page.js"></script> 396 <script src="privacy_page.js"></script>
393 </dom-module> 397 </dom-module>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698