source: sandbox/expresso-solr/solr/example/work/jetty-0.0.0.0-8983-solr.war-_solr-any-/webapp/css/styles/threads.css @ 7588

Revision 7588, 2.8 KB checked in by adir, 11 years ago (diff)

Ticket #000 - Adicionando a integracao de buscas com Solr na base a ser isnerida na comunidade

Line 
1#content #threads .loader
2{
3  background-position: 0 50%;
4  padding-left: 21px;
5}
6
7#content #threads #thread-dump table
8{
9  border-collapse: collapse;
10  width: 100%;
11}
12
13#content #threads #thread-dump table .spacer,
14#content #threads #thread-dump tbody .state
15{
16  background-color: #fff;
17}
18
19#content #threads #thread-dump table th,
20#content #threads #thread-dump table td
21{
22  padding: 5px 3px;
23  vertical-align: top;
24}
25
26#content #threads #thread-dump thead th
27{
28  background-color: #c8c8c8;
29  font-weight: bold;
30  text-align: left;
31}
32
33#content #threads #thread-dump thead th.name
34{
35  width: 85%;
36}
37
38#content #threads #thread-dump thead th.time
39{
40  text-align: right;
41  width: 15%;
42}
43
44#content #threads #thread-dump tbody .odd
45{
46  background-color: #f0f0f0;
47}
48
49#content #threads #thread-dump tbody .RUNNABLE a
50{
51  background-image: url( ../../img/ico/tick-circle.png );
52}
53
54#content #threads #thread-dump tbody .WAITING a,
55#content #threads #thread-dump tbody .TIMED_WAITING .a
56{
57  background-image: url( ../../img/ico/hourglass.png );
58}
59
60#content #threads #thread-dump tbody .WAITING.lock a,
61#content #threads #thread-dump tbody .TIMED_WAITING.lock a
62{
63  background-image: url( ../../img/ico/hourglass--exclamation.png );
64}
65
66#content #threads #thread-dump tbody .name a
67{
68  background-position: 0 50%;
69  cursor: auto;
70  display: block;
71  padding-left: 21px;
72}
73
74#content #threads #thread-dump tbody .stacktrace .name a
75{
76  cursor: pointer;
77}
78
79#content #threads #thread-dump tbody .stacktrace .name a span
80{   
81  background-image: url( ../../img/ico/chevron-small-expand.png );
82  background-position: 100% 50%;
83  padding-right: 21px;
84}
85
86#content #threads #thread-dump tbody .stacktrace.open .name a span
87{   
88  background-image: url( ../../img/ico/chevron-small.png );
89}
90
91#content #threads #thread-dump tbody .name p
92{
93  background-image: url( ../../img/ico/arrow-000-small.png );
94  background-position: 0 50%;
95  color: #c0c0c0;
96  font-size: 11px;
97  margin-left: 21px;
98  padding-left: 21px;
99}
100
101#content #threads #thread-dump tbody .name div
102{
103  border-top: 1px solid #c0c0c0;
104  display: none;
105  margin-left: 21px;
106  margin-top: 5px;
107  padding-top: 5px;
108}
109
110#content #threads #thread-dump tbody .open .name div
111{
112  display: block;
113}
114
115#content #threads #thread-dump tbody .name ul
116{
117  list-style-type: disc;
118  margin-left: 0.7em;
119  padding-left: 0.7em;
120}
121
122#content #threads #thread-dump tbody .time
123{
124  text-align: right;
125}
126
127#content #threads #thread-dump tbody .details
128{
129  display: none;
130}
131
132#content #threads .controls
133{
134  padding-top: 5px;
135  padding-bottom: 5px;
136}
137
138#content #threads .controls a
139{
140  background-image: url( ../../img/ico/chevron-small-expand.png );
141  padding-left: 21px;
142}
143
144#content #threads.expanded .controls a
145{
146  background-image: url( ../../img/ico/chevron-small.png );
147}
148
149#content #threads.expanded .controls .expand,
150#content #threads.collapsed .controls .collapse
151{
152  display: none;
153}
Note: See TracBrowser for help on using the repository browser.