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

Last change on this file was 7827, checked in by janveeden, 15 years ago

Gebruiker and beheerder view are now different. Beheerder view shows all info, gebruiker only a bit of info. Fixed typo in kmlHandler.php. Added a Math.random to calls to node_info.php to prevent unwanted caching.

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 {
20padding-top: 5px;
21border: 2px solid black;
22height: 243px;
23width: 100%;
24font-size: 12px;
25}
26
27#clusterlist {
28margin-top: 10px;
29overflow: hidden;
30}
31
32#clusterlist select {
33width: 100%;
34height: 130px;
35}
36
37#clusterlistselected {
38margin-top: 10px;
39overflow: hidden;
40background-color: yellow;
41}
42
43#clusterlistselected select {
44width: 100%;
45height: 130px;
46background-color: yellow;
47}
48
49#infotop h1 {
50font-size: 12px;
51margin-top: 5px;
52}
53
54#infotop h2 {
55font-size: 10px;
56margin-top: 0px;
57}
58
59#nodeinfo {
60height: 200px;
61margin-left: 5px;
62}
63
64#information {
65height: 100%;
66overflow: auto;
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.