]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/print.css
Make iD default editor
[rails.git] / app / assets / stylesheets / print.css
1 #small-title,
2 #left,
3 #greeting,
4 #tabnav,
5 #sidebar,
6 #permalink,
7 #editmenu,
8 .leaflet-control {
9   display: none;
10 }
11
12 html {
13   height: 100%;
14 }
15
16 #map {
17   position: absolute !important;
18   top: 0;
19   bottom: 40px;
20   left: 0;
21   right: 0;
22   border: 1px solid black;
23 }
24
25 #attribution {
26   position: absolute !important;
27   bottom: 0;
28   left: 0;
29   right: 0;
30   height: 40px;
31   font-size: 12px;
32   text-align: center;
33 }