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

Last change on this file since 7718 was 7715, checked in by janveeden, 15 years ago

Beheerder and Gebruikers button added. Modified both CSS files for better IE results

File size: 381 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: 230px;
15}
16
17#infobottom {
18height: 145px;
19}
20
21#searchbox {
22margin-top: 3px;
23border-top: 1px solid gray;
24border-bottom: 1px solid gray;
25height: 30px;
26overflow: hidden;
27}
28
29
30#userpick input{
31width: 85px;
32}
Note: See TracBrowser for help on using the repository browser.