comparison gis_gui/blocks/search.css @ 63:7f008e782563

add gui files to product via FileSystemSite
author casties
date Fri, 05 Nov 2010 18:52:55 +0100
parents
children
comparison
equal deleted inserted replaced
62:3905385c8854 63:7f008e782563
1
2 /* search block css */
3
4 #searchresults {
5 width: 820px;
6 margin:8px auto;
7 clear:both;
8 }
9
10 #searchresultstats {
11 background-color: #fee;
12 text-align:center;
13 font-size:14px;
14 margin-bottom:5px;
15 clear:both;
16 }
17
18 #resultlist {
19 float:left;
20 width:400px;
21 background-color: #eee;
22 height:400px;
23 overflow:scroll;
24 }
25
26 #resultlist ul {
27 list-style: none;
28 }
29
30 #resultlist li:hover {
31 background-color: #fff;
32 }
33
34 #preview {
35 float:right;
36 width:400px;
37 height:400px;
38 background-color: #eee;
39 text-align:left;
40 padding:8px;
41 /* clear:right;*/
42 }
43
44
45 .hidden {
46 display:none;
47 }
48
49 #preview table {
50 width: 380px;
51 }
52
53 #search_open_button {
54 width: 100%;
55 clear:both;
56 }
57 table.preview td, table.preview th{
58 border: 1px solid black !important;
59 border-collapse:collapse;
60 margin: 0px;
61 border-spacing:0px;
62 }