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

Revision 7588, 2.5 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 #dashboard .block
2{
3  background-image: none;
4  width: 49%;
5}
6
7#content #dashboard .fieldlist
8{
9  float: left;
10}
11
12#content #dashboard .fieldlist dt,
13#content #dashboard .fieldlist dd
14{
15  display: block;
16  float: left;
17}
18
19#content #dashboard .fieldlist dt
20{
21  clear: left;
22  margin-right: 2%;
23  text-align: right;
24  width: 23%;
25}
26
27#content #dashboard .fieldlist dd
28{
29  width: 74%;
30}
31
32#content #dashboard .fieldlist .index_optimized
33{
34  margin-top: 10px;
35}
36
37#content #dashboard .fieldlist .ico
38{
39  background-image: url( ../../img/ico/slash.png );
40  height: 20px;
41}
42
43#content #dashboard .fieldlist .ico.ico-1
44{
45  background-image: url( ../../img/ico/tick.png );
46}
47
48#content #dashboard .fieldlist .ico span
49{
50  display: none;
51}
52
53#content #dashboard #statistics .index_optimized.value a
54{
55  display: none;
56}
57
58#content #dashboard #statistics .index_optimized.value.ico-0 a
59{
60  background-color: #f0f0f0;
61  background-image: url( ../../img/ico/hammer-screwdriver.png );
62  background-position: 5px 50%;
63  border: 1px solid #c0c0c0;
64  display: block;
65  float: left;
66  margin-left: 50px;
67  padding: 1px 5px;
68  padding-left: 26px;
69}
70
71#content #dashboard #statistics .index_has-deletions
72{
73  display: none;
74}
75
76#content #dashboard #statistics .index_has-deletions.value.ico-0
77{
78  background-image: url( ../../img/ico/tick-red.png );
79}
80
81#content #dashboard #replication
82{
83  float: left;
84}
85
86#content #dashboard #replication .is-replicating
87{
88  background-position: 99% 50%;
89  display: block;
90}
91
92#content #dashboard #replication #details table thead td span
93{
94  display: none;
95}
96
97#content #dashboard #dataimport
98{
99  float: right;
100}
101
102
103#content #dashboard #admin-extra
104{
105  float: right;
106}
107
108#content #dashboard #system h2 { background-image: url( ../../img/ico/server.png ); }
109#content #dashboard #statistics h2 { background-image: url( ../../img/ico/chart.png ); }
110#content #dashboard #replication h2 { background-image: url( ../../img/ico/node.png ); }
111#content #dashboard #replication.is-master h2 { background-image: url( ../../img/ico/node-master.png ); }
112#content #dashboard #replication.is-slave h2 { background-image: url( ../../img/ico/node-slave.png ); }
113#content #dashboard #dataimport h2 { background-image: url( ../../img/ico/document-import.png ); }
114#content #dashboard #admin-extra h2 { background-image: url( ../../img/ico/plus-button.png ); }
115
116#content #dashboard #healthcheck .ico
117{
118  background-image: url( ../../img/ico/slash.png );
119  height: 20px;
120  padding-left: 20px;
121  width: 60%;
122}
123
124#content #dashboard #healthcheck .ico.ico-1
125{
126  background-image: url( ../../img/ico/tick.png );
127}
Note: See TracBrowser for help on using the repository browser.