]> git.openstreetmap.org Git - rails.git/blob - public/stylesheets/site-sml.css
merge r17141:17256 from trunk
[rails.git] / public / stylesheets / site-sml.css
1 body {
2   font-family: Arial,sans-serif;
3   color: #000;
4   background-color: #fff;
5   font-size: 12px;
6 }
7
8 #left {
9   display: none;
10 }
11
12 #greeting {
13   position: absolute;
14   top: 0px;
15   right: 0px;
16   height: 16px;
17   margin: 0px;
18   padding-right: 10px;
19   font-size: 13px;
20   line-height: 14px;
21 }
22
23 #content {
24   padding-top: 16px;
25   height: 640px;
26 }
27
28 #tabnav {
29 /*  display: none;*/
30 }
31
32 #sidebar {
33   display: none;
34 }
35
36 #permalink {
37   display: none;
38 }
39
40 input[type="text"], input[type="password"], textarea {
41   border: 1px solid black;
42   font-size: 12px;
43 }
44
45 .olControlPanZoomBar {
46   display: none;
47 }
48
49 .olControlLayerSwitcher {
50   display: none;
51 }
52
53 .olControlAttribution {
54   display: none !important;
55 }
56
57 #attribution {
58   font-size: 10px;
59   text-align: center;
60 }
61
62 #map {
63   border: 1px solid black;
64   height: 480px;
65 }