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 | 5 |
6 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, | 6 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, |
7 blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, | 7 blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, |
8 font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, | 8 font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, |
9 dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, | 9 dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, |
10 tfoot, thead, tr, th, td, button { | 10 tfoot, thead, tr, th, td, button { |
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
493 height: 22px; | 493 height: 22px; |
494 bottom: -5px; | 494 bottom: -5px; |
495 right: -10px; | 495 right: -10px; |
496 } | 496 } |
497 | 497 |
498 .host-offline .host-list-label, | 498 .host-offline .host-list-label, |
499 .host-offline .host-list-main-icon { | 499 .host-offline .host-list-main-icon { |
500 opacity: 0.5; | 500 opacity: 0.5; |
501 } | 501 } |
502 | 502 |
| 503 #this-host-connect { |
| 504 -webkit-align-items: center; |
| 505 display: flex; |
| 506 } |
| 507 |
| 508 #this-host-connect .host-entry { |
| 509 flex: 1; |
| 510 } |
| 511 |
503 button { | 512 button { |
504 white-space:nowrap; | 513 white-space:nowrap; |
505 } | 514 } |
506 | 515 |
507 .small-print { | 516 .small-print { |
508 font-size: 13px; | 517 font-size: 13px; |
509 color: #AAA; | 518 color: #AAA; |
510 } | 519 } |
511 | 520 |
512 .waiting { | 521 .waiting { |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
708 } | 717 } |
709 | 718 |
710 .mouse-cursor-overlay { | 719 .mouse-cursor-overlay { |
711 position: absolute; | 720 position: absolute; |
712 pointer-events: none; | 721 pointer-events: none; |
713 } | 722 } |
714 | 723 |
715 body.hangout-remote-desktop .home-screen { | 724 body.hangout-remote-desktop .home-screen { |
716 display: none; | 725 display: none; |
717 } | 726 } |
OLD | NEW |