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