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

Last change on this file since 7756 was 7756, checked in by janveeden, 16 years ago

Selecting nodes for clusters done. For single nodes background still has to turn yellow

File size: 1.5 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#infotopselected {
26border: 2px solid black;
27height: 243px;
28width: 100%;
29background-color: yellow;
30}
31
32#clusterlist {
33margin-top: 10px;
34overflow: hidden;
35}
36
37#clusterlist select {
38width: 100%;
39height: 130px;
40}
41
42#clusterlistselected {
43margin-top: 10px;
44overflow: hidden;
45background-color: yellow;
46}
47
48#clusterlistselected select {
49width: 100%;
50height: 130px;
51background-color: yellow;
52}
53
54#infotop h1 {
55font-size: 15px;
56margin-top: 5px;
57}
58
59#infotop h2 {
60font-size: 12px;
61margin-top: 0px;
62}
63
64#nodeinfo {
65height: 205px;
66margin-left: 5px;
67}
68
69#timestamp {
70margin-right: 2px;
71font-size: 12px;
72bottom: 0px;
73text-align: right;
74vertical-align: bottom;
75}
76
77
78#infobottom {
79border: 2px solid black;
80height: 145px;
81width: 100%;
82margin-top: 5px;
83}
84
85#searchbox {
86margin-top: 3px;
87border-top: 1px solid gray;
88border-bottom: 1px solid gray;
89height: 25px;
90}
91
92#searchbox input[type=text] {
93width: 85%;
94}
95
96#searchbox input[type=button] {
97width: 15%;
98}
99
100#searchlist {
101overflow: hidden;
102}
103
104#searchlist select {
105width: 100%;
106height: 115px;
107}
108
109#navigation {
110margin-top: 5px;
111height: 100px;
112width: 750px;
113color: red;
114}
115
116#navigation td {
117vertical-align: top;
118color: red;
119}
Note: See TracBrowser for help on using the repository browser.