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