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

Side by Side Diff: appengine/monorail/static/css/ph_list.css

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 8 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
OLDNEW
(Empty)
1 /* Copyright 2016 The Chromium Authors. All Rights Reserved.
2 *
3 * Use of this source code is governed by a BSD-style
4 * license that can be found in the LICENSE file or at
5 * https://developers.google.com/open-source/licenses/bsd
6 */
7
8 .popup {
9 display: none;
10 background: #fff;
11 border: 2px solid #bbb;
12 border-width: 0 2px 2px 1px;
13 position: absolute;
14 padding: 2px;
15 }
16
17 .popup a { text-decoration: none; cursor: pointer; }
18 .popup td, .popup th {
19 font-size: 90%;
20 font-weight: normal;
21 text-align: left;
22 cursor: pointer;
23 }
24 .popup td { color: #0000cc; padding: 2px; }
25 .popup tr:hover { background: #f9edbe; }
26 .subpopup { border-width: 1px 2px 2px 1px; }
27
28 .group_row td {
29 background: #f1f1f1;
30 cursor: pointer;
31 cursor: hand;
32 }
33
34 div.gridtile td.id {
35 width: 5em;
36 text-align: left;
37 }
38
39 div.gridtile {
40 border: 2px solid #f1f1f1;
41 border-radius: 6px;
42 padding: 1px;
43 background: white;
44 }
45
46 tr.grid {
47 border: 1px solid #bbb;
48 }
49
50 .results .grid th {
51 border-top: 1px solid #fff;
52 }
53
54 tr.grid .idcount {
55 text-align: left;
56 }
57
58 .results th a.dotdotdot {
59 text-decoration: none;
60 margin-right: 0;
61 padding-right: 0;
62 }
63
64 tr.grid .idcount a, .results .id a {
65 color: #0000cc;
66 text-decoration: underline;
67 }
68
69 tr.grid .idcount a {
70 margin-right: 0.6em;
71 }
72
73 div.gridtile {
74 width: 10em;
75 float: left;
76 margin: 2px;
77 }
78
79 div.gridtile table, div.projecttile table {
80 width: 100%;
81 table-layout: fixed;
82 }
83
84 div.gridtile td, div.projecttile td {
85 border: 0;
86 padding: 2px;
87 overflow: hidden;
88 }
89
90 div.gridtile td div {
91 height: 5.5ex;
92 font-size: 90%;
93 line-height: 100%;
94 }
95
96 div.gridtile td.status {
97 font-size: 90%;
98 text-align: right;
99 width: 70%;
100 }
101
102 div.projecttile {
103 width: 14em;
104 height: 90px;
105 margin: 0 1em 2em 1em;
106 float: left;
107 padding: 1px;
108 border: 2px solid #c3d9ff;
109 border-radius: 6px;
110 }
111
112 div.projecttile:hover {
113 background: #f1f1f1;
114 }
115
116
117 .hide_col_0 .col_0, .hide_col_1 .col_1, .hide_col_2 .col_2, .hide_col_3 .col_3,
118 .hide_col_4 .col_4, .hide_col_5 .col_5, .hide_col_6 .col_6,
119 .hide_col_7 .col_7, .hide_col_8 .col_8, .hide_col_9 .col_9,
120 .hide_col_10 .col_10, .hide_col_11 .col_11, .hide_col_12 .col_12,
121 .hide_col_13 .col_13, .hide_col_14 .col_14, .hide_col_15 .col_15,
122 .hide_col_16 .col_16, .hide_col_17 .col_17, .hide_col_18 .col_18,
123 .hide_col_19 .col_19, .hide_col_20 .col_20 { display: none; }
124
125 .hide_col_0 .popup span.col_0, .hide_col_1 .popup span.col_1,
126 .hide_col_2 .popup span.col_2, .hide_col_3 .popup span.col_3,
127 .hide_col_4 .popup span.col_4, .hide_col_4 .popup span.col_4,
128 .hide_col_5 .popup span.col_5, .hide_col_6 .popup span.col_6,
129 .hide_col_7 .popup span.col_7, .hide_col_8 .popup span.col_8,
130 .hide_col_9 .popup span.col_9, .hide_col_10 .popup span.col_10,
131 .hide_col_11 .popup span.col_11, .hide_col_12 .popup span.col_12,
132 .hide_col_13 .popup span.col_13, .hide_col_14 .popup span.col_14,
133 .hide_col_14 .popup span.col_14, .hide_col_15 .popup span.col_15,
134 .hide_col_16 .popup span.col_16, .hide_col_17 .popup span.col_17,
135 .hide_col_18 .popup span.col_18, .hide_col_19 .popup span.col_19,
136 .hide_col_20 .popup span.col_20 { display: inline; color: #fff; }
137
138 .hide_col_0 .popup tr:hover span.col_0,
139 .hide_col_1 .popup tr:hover span.col_1,
140 .hide_col_2 .popup tr:hover span.col_2,
141 .hide_col_3 .popup tr:hover span.col_3,
142 .hide_col_4 .popup tr:hover span.col_4,
143 .hide_col_5 .popup tr:hover span.col_5,
144 .hide_col_6 .popup tr:hover span.col_6,
145 .hide_col_7 .popup tr:hover span.col_7,
146 .hide_col_8 .popup tr:hover span.col_8,
147 .hide_col_9 .popup tr:hover span.col_9,
148 .hide_col_10 .popup tr:hover span.col_10,
149 .hide_col_11 .popup tr:hover span.col_11,
150 .hide_col_12 .popup tr:hover span.col_12,
151 .hide_col_13 .popup tr:hover span.col_13,
152 .hide_col_14 .popup tr:hover span.col_14,
153 .hide_col_15 .popup tr:hover span.col_15,
154 .hide_col_16 .popup tr:hover span.col_16,
155 .hide_col_17 .popup tr:hover span.col_17,
156 .hide_col_18 .popup tr:hover span.col_18,
157 .hide_col_19 .popup tr:hover span.col_19,
158 .hide_col_20 .popup tr:hover span.col_20 { color: #fff; }
159
160
161 .table_title {
162 font-weight: bold;
163 }
164
165 .contentarea {
166 position: relative;
167 margin-bottom: 1em;
168 }
169
170 #resultstable td, #resultstable th {
171 padding-right: 2em;
172 }
173
174 .labels a:link { color: #080; }
175 .labels a:visited { color: #080; }
176 .labels a:active { color: #f00; }
177 .name { margin-top: 2ex; font-size: 120%; }
178
179 .results .id { text-align: right; }
180 #resultstable .id { text-align: left; }
181 #projecttable .id { text-align: left; }
182 #starredtable .id { text-align: left; }
183 #archivedtable .id { text-align: left; }
OLDNEW
« no previous file with comments | « appengine/monorail/static/css/ph_detail.css ('k') | appengine/monorail/static/css/ph_mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698