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

Revision 7588, 3.0 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 #cores
2{
3  position: relative;
4}
5
6#content #cores #ui-block
7{
8  background-color: #fff;
9  height: 200px;
10  display: none;
11  position: absolute;
12  left: -5px;
13  top: 35px;
14  width: 500px;
15}
16
17#content #cores #frame
18{
19  float: right;
20  width: 86%;
21}
22
23#content #cores #navigation
24{
25  padding-top: 50px;
26  width: 12%;
27}
28
29#content #cores #navigation a
30{
31  padding-left: 5px;
32}
33
34#content #cores #frame .actions
35{
36  margin-bottom: 20px;
37}
38
39#content #cores .actions div.action
40{
41  width: 300px;
42}
43
44#content #cores .actions div.action .cloud
45{
46  display: none;
47}
48
49#content #cores .actions form p
50{
51  padding-bottom: 8px;
52}
53
54#content #cores .actions form label
55{
56  float: left;
57  padding-top: 3px;
58  padding-bottom: 3px;
59  text-align: right;
60  width: 25%;
61}
62
63#content #cores .actions form input,
64#content #cores .actions form select,
65#content #cores .actions form .buttons
66{
67  float: right;
68  width: 73%;
69}
70
71#content #cores .actions form .buttons
72{
73  padding-top: 10px;
74}
75
76#content #cores .actions form button.submit
77{
78  margin-right: 20px;
79}
80
81#content #cores .actions form button.submit span
82{
83  background-image: url( ../../img/ico/tick.png );
84}
85
86#content #cores .actions form button.reset span
87{
88  background-image: url( ../../img/ico/cross.png );
89}
90
91#content #cores .actions #add
92{
93  left: 0;
94  position: absolute;
95}
96
97#content #cores .actions #add span
98{
99  background-image: url( ../../img/ico/plus-button.png );
100}
101
102#content #cores .actions #unload
103{
104  margin-right: 20px;
105}
106
107#content #cores .actions #unload span
108{
109  background-image: url( ../../img/ico/cross.png );
110}
111
112#content #cores .actions #reload span
113{
114  background-image: url( ../../img/ico/arrow-circle.png );
115}
116
117#content #cores .actions #rename span
118{
119  background-image: url( ../../img/ico/ui-text-field-select.png );
120}
121
122#content #cores .actions #swap span
123{
124  background-image: url( ../../img/ico/arrow-switch.png );
125}
126
127#content #cores .actions #optimize
128{
129  display: none;
130}
131
132#content #cores .actions #optimize span
133{
134  background-image: url( ../../img/ico/hammer-screwdriver.png );
135}
136
137#content #cores .actions div.action
138{
139  background-color: #fff;
140  border: 1px solid #f0f0f0;
141  box-shadow: 5px 5px 10px #c0c0c0;
142  -moz-box-shadow: 5px 5px 10px #c0c0c0;
143  -webkit-box-shadow: 5px 5px 10px #c0c0c0;
144  display: none;
145  position: absolute;
146  left: -50px;
147  top: 40;
148  padding: 10px;
149}
150
151#content #cores #data #core-data h2 { background-image: url( ../../img/ico/box.png ); }
152#content #cores #data #index-data h2 { background-image: url( ../../img/ico/chart.png ); }
153
154#content #cores #data #index-data
155{
156  margin-top: 10px;
157}
158
159#content #cores #data li
160{
161  padding-bottom: 3px;
162  padding-top: 3px;
163}
164
165#content #cores #data li.odd
166{
167  background-color: #f8f8f8;
168}
169
170#content #cores #data li dt
171{
172  float: left;
173  width: 17%;
174}
175
176#content #cores #data li dd
177{
178  float: right;
179  width: 82%;
180}
181
182#content #cores #data li dd.ico
183{
184  background-image: url( ../../img/ico/slash.png );
185  height: 20px;
186}
187
188#content #cores #data li dd.ico.ico-1
189{
190  background-image: url( ../../img/ico/tick.png );
191}
192
193#content #cores #data li dd.ico span
194{
195  display: none;
196}
Note: See TracBrowser for help on using the repository browser.