OLD | NEW |
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
4 | 4 |
5 html { | 5 html { |
6 /* It's necessary to put this here instead of in body in order to get the | 6 /* It's necessary to put this here instead of in body in order to get the |
7 background-size of 100% to work properly */ | 7 background-size of 100% to work properly */ |
8 height: 100%; | 8 height: 100%; |
9 overflow: hidden; | 9 overflow: hidden; |
10 } | 10 } |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 margin: 0 9px; | 125 margin: 0 9px; |
126 } | 126 } |
127 | 127 |
128 #logo-img { | 128 #logo-img { |
129 display: inline-block; | 129 display: inline-block; |
130 margin-top: 4px; | 130 margin-top: 4px; |
131 overflow: hidden; | 131 overflow: hidden; |
132 position: relative; | 132 position: relative; |
133 } | 133 } |
134 | 134 |
135 #promo-bubble-anchor { | |
136 height: 1px; | |
137 left: 0; | |
138 position: absolute; | |
139 top: 4px; | |
140 visibility: hidden; | |
141 width: 32px; | |
142 } | |
143 | |
144 .starting-up * { | 135 .starting-up * { |
145 -webkit-transition: none !important; | 136 -webkit-transition: none !important; |
146 } | 137 } |
147 | 138 |
148 /* Login Status. **************************************************************/ | 139 /* Login Status. **************************************************************/ |
149 | 140 |
150 #login-container { | 141 #login-container { |
151 background: transparent none; | 142 background: transparent none; |
152 border: none; | 143 border: none; |
153 box-shadow: none; | 144 box-shadow: none; |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
362 padding: 0; | 353 padding: 0; |
363 } | 354 } |
364 | 355 |
365 .other-sessions-promo-message:only-child { | 356 .other-sessions-promo-message:only-child { |
366 display: block; | 357 display: block; |
367 } | 358 } |
368 | 359 |
369 .other-sessions-promo-message p { | 360 .other-sessions-promo-message p { |
370 margin: 0; | 361 margin: 0; |
371 } | 362 } |
OLD | NEW |