| 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 height: 49px; | 184 height: 49px; |
| 185 } | 185 } |
| 186 | 186 |
| 187 #footer-content > * { | 187 #footer-content > * { |
| 188 margin: 0 9px; | 188 margin: 0 9px; |
| 189 } | 189 } |
| 190 | 190 |
| 191 #logo-img { | 191 #logo-img { |
| 192 display: inline-block; | 192 display: inline-block; |
| 193 margin-top: 4px; | 193 margin-top: 4px; |
| 194 overflow: hidden; |
| 194 position: relative; | 195 position: relative; |
| 195 } | 196 } |
| 196 | 197 |
| 197 #promo-bubble-anchor { | 198 #promo-bubble-anchor { |
| 198 height: 1px; | 199 height: 1px; |
| 199 left: 0; | 200 left: 0; |
| 200 position: absolute; | 201 position: absolute; |
| 201 top: 4px; | 202 top: 4px; |
| 202 visibility: hidden; | 203 visibility: hidden; |
| 203 width: 32px; | 204 width: 32px; |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 padding: 0; | 463 padding: 0; |
| 463 } | 464 } |
| 464 | 465 |
| 465 .other-sessions-promo-message:only-child { | 466 .other-sessions-promo-message:only-child { |
| 466 display: block; | 467 display: block; |
| 467 } | 468 } |
| 468 | 469 |
| 469 .other-sessions-promo-message p { | 470 .other-sessions-promo-message p { |
| 470 margin: 0; | 471 margin: 0; |
| 471 } | 472 } |
| OLD | NEW |