]> git.openstreetmap.org Git - rails.git/commitdiff
Move map attribution print styles to print.scss
authorAnton Khorev <tony29@yandex.ru>
Fri, 28 Jul 2023 18:24:52 +0000 (21:24 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 28 Jul 2023 18:24:52 +0000 (21:24 +0300)
app/assets/stylesheets/common.scss
app/assets/stylesheets/print.scss

index 19cc8e5bed806b0fa2cd8de3c02ebdeea0ab0c83..14f7d5fbcca57a9feb73bc55a5d99987b5e7ff7b 100644 (file)
@@ -642,19 +642,6 @@ body.small-nav {
 
 #attribution {
   display: none;
-
-  table {
-    width: 100%
-  }
-}
-
-.attribution_license,
-.attribution_project {
-  text-align: left;
-}
-
-.attribution_notice {
-  text-align: center;
 }
 
 .donate-attr { color: darken($green, 10%) !important; }
index fa04314b1fe55bfda816e9eab85dbba1d70abbd9..71fdf3978086dab10841e66ca4cb40615ed05810 100644 (file)
@@ -18,6 +18,8 @@ html {
   border: 1px solid black;
 }
 
+/* Rules for attribution text under the main map shown on printouts */
+
 #attribution {
   position: absolute !important;
   bottom: 0;
@@ -26,4 +28,17 @@ html {
   height: 40px;
   font-size: 12px;
   text-align: center;
+
+  table {
+    width: 100%
+  }
+}
+
+.attribution_license,
+.attribution_project {
+  text-align: left;
+}
+
+.attribution_notice {
+  text-align: center;
 }