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/signin/signin_shared_css.html

Issue 2667113003: Avoid resetting the zoom on the sync confirmation and sign-in error dialogs. (Closed)
Patch Set: 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
« 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 <!-- Common styles for signin-related tab modal dialogs. --> 1 <!-- Common styles for signin-related tab modal dialogs. -->
2 <dom-module id="signin-dialog-shared"> 2 <dom-module id="signin-dialog-shared">
3 <template> 3 <template>
4 <style> 4 <style>
5 a { 5 a {
6 color: var(--google-blue-700); 6 color: var(--google-blue-700);
7 text-decoration: none; 7 text-decoration: none;
8 } 8 }
9 9
10 body { 10 body {
11 margin: 0; 11 margin: 0;
12 padding: 0; 12 padding: 0;
13 zoom: reset;
14 } 13 }
15 14
16 paper-button { 15 paper-button {
17 font-weight: 500; 16 font-weight: 500;
18 line-height: 16px; 17 line-height: 16px;
19 margin: 0; 18 margin: 0;
20 padding: 8px 16px; 19 padding: 8px 16px;
21 } 20 }
22 21
23 paper-button.primary-action { 22 paper-button.primary-action {
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 <if expr="is_macosx or is_linux"> 67 <if expr="is_macosx or is_linux">
69 .action-container { 68 .action-container {
70 flex-flow: row-reverse; 69 flex-flow: row-reverse;
71 justify-content: flex-start; 70 justify-content: flex-start;
72 } 71 }
73 </if> 72 </if>
74 73
75 </style> 74 </style>
76 </template> 75 </template>
77 </dom-module> 76 </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