| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 display: -webkit-flex; | 120 display: -webkit-flex; |
| 121 height: 49px; | 121 height: 49px; |
| 122 } | 122 } |
| 123 | 123 |
| 124 #footer-content > * { | 124 #footer-content > * { |
| 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; | |
| 131 overflow: hidden; | 130 overflow: hidden; |
| 132 position: relative; | 131 position: relative; |
| 133 } | 132 } |
| 134 | 133 |
| 135 .starting-up * { | 134 .starting-up * { |
| 136 transition: none !important; | 135 transition: none !important; |
| 137 } | 136 } |
| 138 | 137 |
| 139 /* Login Status. **************************************************************/ | 138 /* Login Status. **************************************************************/ |
| 140 | 139 |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 padding: 0; | 352 padding: 0; |
| 354 } | 353 } |
| 355 | 354 |
| 356 .other-sessions-promo-message:only-child { | 355 .other-sessions-promo-message:only-child { |
| 357 display: block; | 356 display: block; |
| 358 } | 357 } |
| 359 | 358 |
| 360 .other-sessions-promo-message p { | 359 .other-sessions-promo-message p { |
| 361 margin: 0; | 360 margin: 0; |
| 362 } | 361 } |
| OLD | NEW |