]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/rtl.css.scss
Save the user record after changing it
[rails.git] / app / assets / stylesheets / rtl.css.scss
index b4ae98dbc14ba6b13120b6186cdb37a3a05a4051..b9223e5228e8f729a7b2af6cfbdbdfb40757a994 100644 (file)
@@ -68,16 +68,15 @@ html body {
 
 /* Rules for tabbed navigation bar */
 
-
-#tabnav
-{
-  padding-right: 215px;
+#top-bar {
+  margin-right: 185px
 }
 
-#tabnav a, #tabnav a:link, #tabnav a:visited 
-{
+#tabnav a,
+#tabnav a:link,
+#tabnav a:visited {
   float: right;
-  margin-left: 4px;
+  margin-left: 1px;
 }
 
 /* Rules for greeting bar in the top right corner */
@@ -93,6 +92,12 @@ html body {
   right: 15px
 }
 
+/* Rules for OpenLayers maps */
+
+#map {
+  border-right: 1px solid #ccc;
+}
+
 /* Rules for attribution text under the main map shown on printouts */
 
 .attribution_license {
@@ -107,6 +112,7 @@ html body {
 
 #sidebar {
   right: 0px;
+  border-right: 1px solid #ccc;
 }
 
 #sidebar #sidebar_title {
@@ -120,8 +126,9 @@ html body {
 /* Rules for the main content area */
 
 #content {
-  right: 192px;
-  left: 10px;
+  border-right: 1px solid #ccc;
+  right: 185px;
+  left: 0px;
   text-align: right;
 }
 
@@ -187,12 +194,6 @@ html body {
   float: left;
 }
 
-/* Rules for the login page */
-
-#login_wrapper input[type=submit] {
-  float: left;
-}
-
 /* Rules for the account confirmation page */
 
 form#termsForm div#buttons {
@@ -230,7 +231,7 @@ form#termsForm input#agree {
   text-align: left;
 }
 
-input.openid_url { 
+input.openid_url {
   background: image-url('openid_input.png') repeat-y right white;
   padding-right: 16px;
 }