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

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

Issue 2525483003: MD Settings: make composed paper-checkbox 100% width (Closed)
Patch Set: Created 4 years, 1 month 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 width: 100%;
52 } 53 }
53 54
54 #metricsReporting paper-tooltip { 55 #metricsReporting paper-tooltip {
55 --paper-tooltip: var(--cr-policy-tooltip); 56 --paper-tooltip: var(--cr-policy-tooltip);
56 } 57 }
57 58
58 #indicator { 59 #indicator {
59 -webkit-margin-start: var(--checkbox-spacing); 60 -webkit-margin-start: var(--checkbox-spacing);
60 } 61 }
61 62
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 on-tap="onRemoveAllCookiesFromSite_"> 383 on-tap="onRemoveAllCookiesFromSite_">
383 $i18n{siteSettingsCookieRemoveAll} 384 $i18n{siteSettingsCookieRemoveAll}
384 </paper-button> 385 </paper-button>
385 <site-data-details-subpage page-title="{{pageTitle}}"> 386 <site-data-details-subpage page-title="{{pageTitle}}">
386 </site-data-details-subpage> 387 </site-data-details-subpage>
387 </settings-subpage> 388 </settings-subpage>
388 </template> 389 </template>
389 </settings-animated-pages> 390 </settings-animated-pages>
390 </template> 391 </template>
391 <script src="privacy_page.js"></script> 392 <script src="privacy_page.js"></script>
392 </dom-module> 393 </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