source: trunk/src/map/style/stylesheet2.css@ 7847

Last change on this file since 7847 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: 513 bytes
Line 
1#mapcanvas {
2width: 575px;
3height: 400px;
4}
5
6#infowrapper {
7margin-left: 0px;
8position: absolute;
9width: 175px;
10height: 400px;
11}
12
13#infotop {
14height: 245px;
15}
16
17#clusterlist {
18margin-top: 5px;
19overflow: hidden;
20height: 130px;
21}
22
23#clusterlist select {
24width: 100%;
25height: 115px;
26}
27
28#infobottom {
29height: 145px;
30}
31
32#searchbox {
33margin-top: 3px;
34border-top: 1px solid gray;
35border-bottom: 1px solid gray;
36height: 30px;
37overflow: hidden;
38}
39
40
41#userpick input{
42width: 85px;
43}
Note: See TracBrowser for help on using the repository browser.