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

Last change on this file since 7706 was 7688, checked in by janveeden, 15 years ago

Seperate stylesheet for IE, so the application is compatible with IE now. Still some things that have to be tweaked.

File size: 1.2 KB
Line 
1#mainwrapper {
2font-family: Verdana, Serif, Times;
3background-color: white;
4width: 750px;
5}
6
7#mapcanvas {
8width: 575px;
9height: 400px;
10}
11
12#infowrapper {
13margin-left: 0px;
14position: absolute;
15width: 175px;
16height: 400px;
17}
18
19#infotop {
20border: 2px solid black;
21height: 243px;
22width: 100%;
23}
24
25#infotop h1 {
26font-size: 15px;
27margin-top: 5px;
28}
29
30#infotop h2 {
31font-size: 12px;
32margin-top: 0px;
33}
34
35#nodeinfo {
36height: 205px;
37margin-left: 5px;
38}
39#timestamp {
40margin-right: 2px;
41font-size: 12px;
42bottom: 0px;
43text-align: right;
44vertical-align: bottom;
45}
46
47
48#infobottom {
49border: 2px solid black;
50height: 145px;
51width: 100%;
52margin-top: 5px;
53}
54
55#searchbox {
56margin-top: 3px;
57border-top: 1px solid gray;
58border-bottom: 1px solid gray;
59height: 10px;
60}
61
62#searchbox input[type=text] {
63width: 85%;
64}
65
66#searchbox input.text {
67width: 85%;
68}
69
70#searchbox input[type=button] {
71width: 15%;
72}
73
74#searchbox input.button {
75width: 15%;
76}
77
78
79#searchlist {
80overflow: hidden;
81}
82
83#searchlist select {
84width: 100%;
85height: 115px;
86}
87
88#navigation {
89margin-top: 5px;
90height: 100px;
91width: 750px;
92color: red;
93}
94
95#navigation td {
96vertical-align: top;
97color: red;
98}
Note: See TracBrowser for help on using the repository browser.