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

Side by Side Diff: chrome/browser/sync/resources/gaia_login.css

Issue 6865030: Sync: Refresh the UI to match Alex's mocks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 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 | Annotate | Revision Log
OLDNEW
1 body { 1 body {
2 -webkit-user-select: none; 2 -webkit-user-select: none;
3 background-color: #fff; 3 background-color: #fff;
4 margin-bottom: 6px; 4 margin-bottom: 6px;
5 margin-top: 6px; 5 margin-top: 6px;
6 } 6 }
7 7
8 a:link { 8 a:link {
9 color: #00c; 9 color: #00c;
10 } 10 }
(...skipping 20 matching lines...) Expand all
31 min-height: 26px; 31 min-height: 26px;
32 min-width: 87px; 32 min-width: 87px;
33 } 33 }
34 34
35 .end-aligned { 35 .end-aligned {
36 text-align: end; 36 text-align: end;
37 } 37 }
38 38
39 #gaia-account-text { 39 #gaia-account-text {
40 font-weight: bold; 40 font-weight: bold;
41 position: relative;
42 top: -7px;
41 } 43 }
42 44
43 #email-readonly { 45 #email-readonly {
44 display: none; 46 display: none;
45 font-size: 10pt; 47 font-size: 10pt;
46 font-weight: bold; 48 font-weight: bold;
47 } 49 }
48 50
49 div.errormsg { 51 div.errormsg {
50 color: red; 52 color: red;
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 margin-top: 2px; 169 margin-top: 2px;
168 } 170 }
169 171
170 #action-area { 172 #action-area {
171 margin-top: 2px; 173 margin-top: 2px;
172 } 174 }
173 175
174 #errormsg-0-access-code { 176 #errormsg-0-access-code {
175 text-align: center; 177 text-align: center;
176 } 178 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698