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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 -webkit-box-align: center; | 183 -webkit-box-align: center; |
184 display: -webkit-box; | 184 display: -webkit-box; |
185 height: 49px; | 185 height: 49px; |
186 } | 186 } |
187 | 187 |
188 #footer-content > * { | 188 #footer-content > * { |
189 margin: 0 9px; | 189 margin: 0 9px; |
190 } | 190 } |
191 | 191 |
192 #logo-img { | 192 #logo-img { |
193 /* TODO(thakis): Remove once http://crbug.com/135179 is fixed */ | |
194 content: url('chrome://theme/IDR_PRODUCT_LOGO'); | |
195 margin-top: 4px; | 193 margin-top: 4px; |
196 } | 194 } |
197 | 195 |
198 body.bare-minimum #footer { | 196 body.bare-minimum #footer { |
199 background: transparent; | 197 background: transparent; |
200 bottom: auto; | 198 bottom: auto; |
201 font-weight: normal; | 199 font-weight: normal; |
202 position: absolute; | 200 position: absolute; |
203 right: 0; | 201 right: 0; |
204 } | 202 } |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
446 padding: 0; | 444 padding: 0; |
447 } | 445 } |
448 | 446 |
449 .other-sessions-promo-message:only-child { | 447 .other-sessions-promo-message:only-child { |
450 display: block; | 448 display: block; |
451 } | 449 } |
452 | 450 |
453 .other-sessions-promo-message p { | 451 .other-sessions-promo-message p { |
454 margin: 0; | 452 margin: 0; |
455 } | 453 } |
OLD | NEW |