source: src/olheatmap/css/style.css@ 8971

Last change on this file since 8971 was 8971, checked in by dennisw, 15 years ago

olheatmap - aangepast en toegevoegd, werkt met lokale db, dus zal online nog niet werken

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision
  • Property svn:mime-type set to text/css
File size: 1.1 KB
Line 
1#body {
2 font-family: Verdana;
3 background-color: rgb(244, 244, 244);
4}
5
6#title {
7 text-align: center;
8 font-size: 24px;
9}
10
11#map {
12 float: left;
13 width: 545px;
14 height: 450px;
15 border: 1px solid black;
16}
17
18#features {
19 position: relative;
20 float: left;
21 width: 650px;
22 height: 446px;
23 padding: 2px;
24 margin-left: 5px;
25 text-align: center;
26 border: 1px solid black;
27/* -moz-border-radius: 5px; */
28}
29
30#feature {
31 vertical-align: middle;
32 text-align: left;
33}
34
35#separator {
36 position: relative;
37 float: right;
38 width: 10px;
39 height: 450px;
40 padding: 0px;
41 border: 1px solid black;
42/* -moz-border-radius: 5px; */
43 background-color: rgb(222, 222, 222);
44}
45
46#separator:hover {
47 background-color: rgb(190, 190, 190);
48}
49
50
51#buttons {
52 position: absolute;
53 bottom: 10px;
54 width: 600px;
55 text-align: center;
56}
57
58#statusBar {
59 clear: both;
60 position: relative;
61 top: 10px;
62 background-color: rgb(222, 222, 222);
63 text-align: center;
64 border: 1px solid black;
65 -moz-border-radius: 5px;
66}
67
68input.loading {
69 vertical-align:top;
70 width: 24px;
71 visibility:hidden;
72}
73
74div.numberOfItems {
75 display: inline;
76}
Note: See TracBrowser for help on using the repository browser.