]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/ltr.css
More work on moving styles out of line and extending RTL support
[rails.git] / public / stylesheets / ltr.css
index 20088956390de061aaffc9b1a4fceab76dafa5cc..bc3db8dc04807ec0e06a25a4d658e4032c2c83a9 100644 (file)
@@ -94,16 +94,21 @@ html body {
 
 /* Rules for OpenLayers maps */
 
-#map {
-  left: 0px;
-  right: 2px;
-}
-
 #permalink {
   left: 15px;
   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 {
@@ -168,17 +173,17 @@ html body {
 
 /* Rules for the diary list */
 
-#diary_list img.user_thumbnail {
+.diary_entry_list img.user_thumbnail {
   float: right;
 }
 
 /* Rules for the diary entry view */
 
-#diary_entry img.user_image {
+.diary_entry_view img.user_image {
   float: right;
 }
 
-#diary_entry img.user_thumbnail {
+.diary_entry_view img.user_thumbnail {
   float: right;
 }
 
@@ -206,11 +211,11 @@ form#termsForm input#agree {
 
 /* Rules for the user view */
 
-#user_details img.user_image {
+.user_view img.user_image {
   float: right;
 }
 
-#user_details .user_map {
+.user_view .user_map {
   float: right;
 }
 
@@ -227,6 +232,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;