]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/print.scss
Fix new rubocop warnings
[rails.git] / app / assets / stylesheets / print.scss
1 header,
2 #sidebar,
3 #permalink,
4 .leaflet-control {
5   display: none;
6 }
7
8 html {
9   height: 100%;
10 }
11
12 #map {
13   position: absolute !important;
14   top: 0;
15   bottom: 40px;
16   left: 0;
17   right: 0;
18   border: 1px solid black;
19 }
20
21 /* Rules for attribution text under the main map shown on printouts */
22
23 #attribution {
24   position: absolute !important;
25   bottom: 0;
26   left: 0;
27   right: 0;
28   height: 40px;
29   font-size: 12px;
30   text-align: center;
31
32   table {
33     width: 100%
34   }
35 }
36
37 .attribution_license,
38 .attribution_project {
39   text-align: left;
40 }
41
42 .attribution_notice {
43   text-align: center;
44 }