OLD | NEW |
---|---|
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 Loading... | |
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 Loading... | |
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 } |
OLD | NEW |