Fix Crashes in the New Autofill UI
[chromium-blink-merge.git] / remoting / webapp / connection_history.css
blob2664094836d4e735481272446f90c67579bf068b
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
3 * found in the LICENSE file.
4 */
6 #connection-history-dialog {
7 margin-top: -80px;
8 height: 580px;
9 width: 880px;
12 #connection-history-options {
13 margin-top: 30px;
14 display: -webkit-box;
17 #connection-history-scroller {
18 margin-top: 30px;
19 height: 370px;
20 width: 100%;
21 overflow: auto;
24 #connection-history-table {
25 width: 100%;
26 line-height: 2.1;
27 border-bottom: 1px solid #ebebeb;
28 border-collapse: separate;
29 border-spacing: 0;
32 #connection-history-table td:last-child {
33 text-align: right;
36 #connection-history-table thead td {
37 font-weight: bold;
40 #close-connection-history {
41 position: absolute;
42 bottom: 0;
43 __MSG_@@bidi_end_edge__: 0;
46 .internal-frame-of-reference {
47 position: relative;
48 width: 100%;
49 height: 100%;
52 .link-list > a {
53 margin-right: 16px;
56 a.no-link {
57 color: inherit;
58 cursor: inherit;
61 .connection-history-summary td {
62 border-top: 1px solid #EBEBEB;
65 .connection-history-summary:hover,
66 .connection-history-summary.expanded,
67 .connection-history-summary.expanded + .connection-history-detail {
68 background-color: #f8f8f8;
71 .connection-history-detail td div {
72 height: 0;
73 overflow: hidden;
76 .connection-history-summary.expanded + .connection-history-detail td div {
77 height: auto;
80 .connection-history-summary.expanded .zippy {
81 background-image: url('disclosure_arrow_down.png');
84 .zippy {
85 width: 30px;
86 height: 11px;
87 background-image: url('disclosure_arrow_right.png');
88 background-repeat: no-repeat;
89 background-position: 10px 50%;