|
Last change
on this file since 7828 was 7827, checked in by janveeden, 16 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 {
|
|---|
| 2 | width: 575px;
|
|---|
| 3 | height: 400px;
|
|---|
| 4 | }
|
|---|
| 5 |
|
|---|
| 6 | #infowrapper {
|
|---|
| 7 | margin-left: 0px;
|
|---|
| 8 | position: absolute;
|
|---|
| 9 | width: 175px;
|
|---|
| 10 | height: 400px;
|
|---|
| 11 | }
|
|---|
| 12 |
|
|---|
| 13 | #infotop {
|
|---|
| 14 | height: 245px;
|
|---|
| 15 | }
|
|---|
| 16 |
|
|---|
| 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 |
|
|---|
| 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.