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