]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/rtl.css
Move more styling into CSS and make it support RTL layout
[rails.git] / public / stylesheets / rtl.css
index 428b63feddec1d97344abd3625e08b9702b5cffb..dd4d0f51df202035dd34604f279a62d7cfd67a2b 100644 (file)
@@ -111,6 +111,16 @@ html body {
   text-align: right;
 }
 
+/* Rules for attribution text under the main map shown on printouts */
+
+.attribution_license {
+  text-align: right;
+}
+
+.attribution_project {
+  text-align: left;
+}
+
 /* Rules for the popout map sidebar */
 
 #sidebar {
@@ -234,6 +244,10 @@ form#termsForm input#agree {
   text-align: left;
 }
 
+.submitButton {
+  text-align: left;
+}
+
 input.openid_url { 
   background: url('../images/openid_input.png') repeat-y right white;
   padding-right: 16px;