source: trunk/src/map/style/stylesheet.css@ 7769

Last change on this file since 7769 was 7757, checked in by janveeden, 15 years ago

Cleaned a bit.

File size: 1.4 KB
Line 
1#mainwrapper {
2font-family: Verdana, Serif, Times;
3background-color: white;
4width: 750px;
5}
6
7#mapcanvas {
8width: 575px;
9height: 400px;
10float: left;
11}
12
13#infowrapper {
14margin-left: 575px;
15width: 175px;
16height: 400px;
17}
18
19#infotop {
20border: 2px solid black;
21height: 243px;
22width: 100%;
23}
24
25#clusterlist {
26margin-top: 10px;
27overflow: hidden;
28}
29
30#clusterlist select {
31width: 100%;
32height: 130px;
33}
34
35#clusterlistselected {
36margin-top: 10px;
37overflow: hidden;
38background-color: yellow;
39}
40
41#clusterlistselected select {
42width: 100%;
43height: 130px;
44background-color: yellow;
45}
46
47#infotop h1 {
48font-size: 15px;
49margin-top: 5px;
50}
51
52#infotop h2 {
53font-size: 12px;
54margin-top: 0px;
55}
56
57#nodeinfo {
58height: 205px;
59margin-left: 5px;
60}
61
62#timestamp {
63margin-right: 2px;
64font-size: 12px;
65bottom: 0px;
66text-align: right;
67vertical-align: bottom;
68}
69
70
71#infobottom {
72border: 2px solid black;
73height: 145px;
74width: 100%;
75margin-top: 5px;
76}
77
78#searchbox {
79margin-top: 3px;
80border-top: 1px solid gray;
81border-bottom: 1px solid gray;
82height: 25px;
83}
84
85#searchbox input[type=text] {
86width: 85%;
87}
88
89#searchbox input[type=button] {
90width: 15%;
91}
92
93#searchlist {
94overflow: hidden;
95}
96
97#searchlist select {
98width: 100%;
99height: 115px;
100}
101
102#navigation {
103margin-top: 5px;
104height: 100px;
105width: 750px;
106color: red;
107}
108
109#navigation td {
110vertical-align: top;
111color: red;
112}
Note: See TracBrowser for help on using the repository browser.