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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
353 | 353 |
354 #chrome-web-store-link { | 354 #chrome-web-store-link { |
355 -webkit-padding-end: 12px; | 355 -webkit-padding-end: 12px; |
356 /* Match transition delay of recently closed button. */ | 356 /* Match transition delay of recently closed button. */ |
357 -webkit-transition-delay: 100ms; | 357 -webkit-transition-delay: 100ms; |
358 color: inherit; | 358 color: inherit; |
359 cursor: pointer; | 359 cursor: pointer; |
360 display: inline-block; | 360 display: inline-block; |
361 margin: 0; | 361 margin: 0; |
362 text-decoration: none; | 362 text-decoration: none; |
| 363 white-space: nowrap; |
363 } | 364 } |
364 | 365 |
365 #chrome-web-store-title { | 366 #chrome-web-store-title { |
366 -webkit-padding-end: 36px; | 367 -webkit-padding-end: 36px; |
367 -webkit-padding-start: 15px; | 368 -webkit-padding-start: 15px; |
368 background: url('chrome://theme/IDR_WEBSTORE_ICON_24') right 50% no-repeat; | 369 background: url('chrome://theme/IDR_WEBSTORE_ICON_24') right 50% no-repeat; |
369 display: inline-block; | 370 display: inline-block; |
370 line-height: 49px; | 371 line-height: 49px; |
371 } | 372 } |
372 | 373 |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
423 padding: 0; | 424 padding: 0; |
424 } | 425 } |
425 | 426 |
426 .other-sessions-promo-message:only-child { | 427 .other-sessions-promo-message:only-child { |
427 display: block; | 428 display: block; |
428 } | 429 } |
429 | 430 |
430 .other-sessions-promo-message p { | 431 .other-sessions-promo-message p { |
431 margin: 0; | 432 margin: 0; |
432 } | 433 } |
OLD | NEW |