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