source: trunk/src/map/style/stylesheet.css@ 7753

Last change on this file since 7753 was 7738, checked in by janveeden, 15 years ago

Styled the cluster list. Removed different views (beheerder, gebruiker) from clusterinfo. Also added clickevent to nodemapWL.js for future use.

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