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

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

Issue 2736343002: MD Settings Fix google logo size (Closed)
Patch Set: Created 3 years, 9 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
« 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/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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 } 84 }
85 85
86 /* Avoid orphaned english text (as requested by bettes@) */ 86 /* Avoid orphaned english text (as requested by bettes@) */
87 #activity-controls .secondary { 87 #activity-controls .secondary {
88 max-width: 90%; 88 max-width: 90%;
89 } 89 }
90 90
91 #googleg-logo { 91 #googleg-logo {
92 background-image: url(../../../../../ui/webui/resources/images/200-logo_ googleg.png); 92 background-image: url(../../../../../ui/webui/resources/images/200-logo_ googleg.png);
93 background-size: cover; 93 background-size: cover;
94 height: var(--iron-icon-height); 94 height: 16px;
95 width: var(--iron-icon-width); 95 width: 16px;
96 } 96 }
97 97
98 #disconnectDialog .footer .settings-box { 98 #disconnectDialog .footer .settings-box {
99 --settings-box-row-padding: 0; 99 --settings-box-row-padding: 0;
100 } 100 }
101 101
102 .delete-profile-warning { 102 .delete-profile-warning {
103 /* In order to line up with the checkbox text. */ 103 /* In order to line up with the checkbox text. */
104 -webkit-padding-start: 36px; 104 -webkit-padding-start: 36px;
105 padding-bottom: 10px; 105 padding-bottom: 10px;
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 <if expr="chromeos"> 417 <if expr="chromeos">
418 <template is="dom-if" if="[[showEasyUnlockTurnOffDialog_]]"> 418 <template is="dom-if" if="[[showEasyUnlockTurnOffDialog_]]">
419 <easy-unlock-turn-off-dialog id="easyUnlockTurnOffDialog" 419 <easy-unlock-turn-off-dialog id="easyUnlockTurnOffDialog"
420 on-close="onEasyUnlockTurnOffDialogClose_"> 420 on-close="onEasyUnlockTurnOffDialogClose_">
421 </easy-unlock-turn-off-dialog> 421 </easy-unlock-turn-off-dialog>
422 </template> 422 </template>
423 </if> 423 </if>
424 </template> 424 </template>
425 <script src="people_page.js"></script> 425 <script src="people_page.js"></script>
426 </dom-module> 426 </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