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

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

Issue 2675493002: MD Settings: Touch up cr-dialog footers (Closed)
Patch Set: fix shit up 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 unified diff | Download patch
OLDNEW
1 <link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html "> 1 <link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html ">
2 <link rel="import" href="chrome://resources/cr_elements/cr_expand_button/cr_expa nd_button.html"> 2 <link rel="import" href="chrome://resources/cr_elements/cr_expand_button/cr_expa nd_button.html">
3 <link rel="import" href="chrome://resources/cr_elements/icons.html"> 3 <link rel="import" href="chrome://resources/cr_elements/icons.html">
4 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> 4 <link rel="import" href="chrome://resources/html/i18n_behavior.html">
5 <link rel="import" href="chrome://resources/html/icon.html"> 5 <link rel="import" href="chrome://resources/html/icon.html">
6 <link rel="import" href="chrome://resources/html/polymer.html"> 6 <link rel="import" href="chrome://resources/html/polymer.html">
7 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> 7 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html">
8 <link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-coll apse.html"> 8 <link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-coll apse.html">
9 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani matable.html"> 9 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani matable.html">
10 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html"> 10 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html">
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 max-width: 97%; 87 max-width: 97%;
88 } 88 }
89 89
90 #googleg-logo { 90 #googleg-logo {
91 background-image: url(../../../../../ui/webui/resources/images/200-logo_ googleg.png); 91 background-image: url(../../../../../ui/webui/resources/images/200-logo_ googleg.png);
92 background-size: cover; 92 background-size: cover;
93 height: var(--iron-icon-height); 93 height: var(--iron-icon-height);
94 width: var(--iron-icon-width); 94 width: var(--iron-icon-width);
95 } 95 }
96 96
97 .footer .settings-box { 97 #disconnectDialog .footer .settings-box {
98 --settings-box-row-padding: 0; 98 --settings-box-row-padding: 0;
99 } 99 }
100 100
101 .delete-profile-warning { 101 .delete-profile-warning {
102 /* In order to line up with the checkbox text. */ 102 /* In order to line up with the checkbox text. */
103 -webkit-padding-start: 36px; 103 -webkit-padding-start: 36px;
104 padding-bottom: 10px; 104 padding-bottom: 10px;
105 padding-top: 10px; 105 padding-top: 10px;
106 } 106 }
107 </style> 107 </style>
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 hidden="[[syncStatus.domain]]" on-tap="onDisconnectConfirm_"> 362 hidden="[[syncStatus.domain]]" on-tap="onDisconnectConfirm_">
363 $i18n{syncDisconnect} 363 $i18n{syncDisconnect}
364 </paper-button> 364 </paper-button>
365 <paper-button id="disconnectManagedProfileConfirm" class="action-button" 365 <paper-button id="disconnectManagedProfileConfirm" class="action-button"
366 hidden="[[!syncStatus.domain]]" on-tap="onDisconnectConfirm_"> 366 hidden="[[!syncStatus.domain]]" on-tap="onDisconnectConfirm_">
367 $i18n{syncDisconnectConfirm} 367 $i18n{syncDisconnectConfirm}
368 </paper-button> 368 </paper-button>
369 </div> 369 </div>
370 <if expr="(not chromeos and is_posix) or is_win or is_macosx"> 370 <if expr="(not chromeos and is_posix) or is_win or is_macosx">
371 <template is="dom-if" if="[[!syncStatus.domain]]"> 371 <template is="dom-if" if="[[!syncStatus.domain]]">
372 <div class="footer"> 372 <div class="footer border-top-divider">
373 <div class="settings-box first"> 373 <div class="settings-box first">
374 <paper-checkbox id="deleteProfile" class="start" 374 <paper-checkbox id="deleteProfile" class="start"
375 checked="{{deleteProfile_}}"> 375 checked="{{deleteProfile_}}">
376 $i18n{syncDisconnectDeleteProfile} 376 $i18n{syncDisconnectDeleteProfile}
377 </paper-checkbox> 377 </paper-checkbox>
378 <cr-expand-button expanded="{{deleteProfileWarningVisible_}}" 378 <cr-expand-button expanded="{{deleteProfileWarningVisible_}}"
379 alt="$i18n{deleteProfileWarningExpandA11yLabel}"> 379 alt="$i18n{deleteProfileWarningExpandA11yLabel}">
380 </cr-expand-button> 380 </cr-expand-button>
381 </div> 381 </div>
382 <iron-collapse opened="[[deleteProfileWarningVisible_]]"> 382 <iron-collapse opened="[[deleteProfileWarningVisible_]]">
(...skipping 13 matching lines...) Expand all
396 <if expr="chromeos"> 396 <if expr="chromeos">
397 <template is="dom-if" if="[[showEasyUnlockTurnOffDialog_]]"> 397 <template is="dom-if" if="[[showEasyUnlockTurnOffDialog_]]">
398 <easy-unlock-turn-off-dialog id="easyUnlockTurnOffDialog" 398 <easy-unlock-turn-off-dialog id="easyUnlockTurnOffDialog"
399 on-close="onEasyUnlockTurnOffDialogClose_"> 399 on-close="onEasyUnlockTurnOffDialogClose_">
400 </easy-unlock-turn-off-dialog> 400 </easy-unlock-turn-off-dialog>
401 </template> 401 </template>
402 </if> 402 </if>
403 </template> 403 </template>
404 <script src="people_page.js"></script> 404 <script src="people_page.js"></script>
405 </dom-module> 405 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698