Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Side by Side Diff: remoting/webapp/connection_history.css

Issue 9586016: Removed unused CSS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | remoting/webapp/main.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 #connection-history-dialog { 6 #connection-history-dialog {
7 margin-top: -80px; 7 margin-top: -80px;
8 height: 580px; 8 height: 580px;
9 width: 880px; 9 width: 880px;
10 } 10 }
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 49
50 .link-list > a { 50 .link-list > a {
51 margin-right: 16px; 51 margin-right: 16px;
52 } 52 }
53 53
54 a.no-link { 54 a.no-link {
55 color: inherit; 55 color: inherit;
56 cursor: inherit; 56 cursor: inherit;
57 } 57 }
58 58
59 .no-expand {
60 width: 1px;
61 padding-right: 20px;
62 }
63
64 .connection-history-summary td { 59 .connection-history-summary td {
65 border-top: 1px solid #EBEBEB; 60 border-top: 1px solid #EBEBEB;
66 } 61 }
67 62
68 .connection-history-summary:hover, 63 .connection-history-summary:hover,
69 .connection-history-summary.expanded, 64 .connection-history-summary.expanded,
70 .connection-history-summary.expanded + .connection-history-detail { 65 .connection-history-summary.expanded + .connection-history-detail {
71 background-color: #f8f8f8; 66 background-color: #f8f8f8;
72 } 67 }
73 68
(...skipping 10 matching lines...) Expand all
84 background-image: url('disclosure_arrow_down.png'); 79 background-image: url('disclosure_arrow_down.png');
85 } 80 }
86 81
87 .zippy { 82 .zippy {
88 width: 30px; 83 width: 30px;
89 height: 11px; 84 height: 11px;
90 background-image: url('disclosure_arrow_right.png'); 85 background-image: url('disclosure_arrow_right.png');
91 background-repeat: no-repeat; 86 background-repeat: no-repeat;
92 background-position: 10px 50%; 87 background-position: 10px 50%;
93 } 88 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698