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

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