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 {
|
---|
2 | font-family: Verdana, Serif, Times;
|
---|
3 | background-color: white;
|
---|
4 | width: 750px;
|
---|
5 | }
|
---|
6 |
|
---|
7 | #mapcanvas {
|
---|
8 | width: 575px;
|
---|
9 | height: 400px;
|
---|
10 | float: left;
|
---|
11 | }
|
---|
12 |
|
---|
13 | #infowrapper {
|
---|
14 | margin-left: 575px;
|
---|
15 | width: 175px;
|
---|
16 | height: 400px;
|
---|
17 | }
|
---|
18 |
|
---|
19 | #infotop {
|
---|
20 | border: 2px solid black;
|
---|
21 | height: 243px;
|
---|
22 | width: 100%;
|
---|
23 | }
|
---|
24 |
|
---|
25 | #clusterlist {
|
---|
26 | margin-top: 10px;
|
---|
27 | overflow: hidden;
|
---|
28 | }
|
---|
29 |
|
---|
30 | #clusterlist select {
|
---|
31 | width: 100%;
|
---|
32 | height: 130px;
|
---|
33 | }
|
---|
34 |
|
---|
35 | #infotop h1 {
|
---|
36 | font-size: 15px;
|
---|
37 | margin-top: 5px;
|
---|
38 | }
|
---|
39 |
|
---|
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 |
|
---|
58 | #infobottom {
|
---|
59 | border: 2px solid black;
|
---|
60 | height: 145px;
|
---|
61 | width: 100%;
|
---|
62 | margin-top: 5px;
|
---|
63 | }
|
---|
64 |
|
---|
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 |
|
---|
89 | #navigation {
|
---|
90 | margin-top: 5px;
|
---|
91 | height: 100px;
|
---|
92 | width: 750px;
|
---|
93 | color: red;
|
---|
94 | }
|
---|
95 |
|
---|
96 | #navigation td {
|
---|
97 | vertical-align: top;
|
---|
98 | color: red;
|
---|
99 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.