]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/rtl.css.scss
Improve sidebar styling a little
[rails.git] / app / assets / stylesheets / rtl.css.scss
index 953efd7a66bc5b2b4f7e7cf1a34e2be4ab220889..b0020dce435f61673b553c05b4421a14b6a66d92 100644 (file)
@@ -68,14 +68,13 @@ html body {
 
 /* Rules for tabbed navigation bar */
 
-
-#tabnav
-{
-  padding-right: 215px;
+#tabnav {
+  margin-right: 185px;
 }
 
-#tabnav a, #tabnav a:link, #tabnav a:visited 
-{
+#tabnav a,
+#tabnav a:link,
+#tabnav a:visited {
   float: right;
   margin-left: 4px;
 }
@@ -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,7 +112,7 @@ html body {
 
 #sidebar {
   right: 0px;
-  margin-left: 3px;
+  border-right: 1px solid #ccc;
 }
 
 #sidebar #sidebar_title {
@@ -120,9 +125,14 @@ html body {
 
 /* Rules for the main content area */
 
+body.site #content {
+  border: 0;
+}
+
 #content {
-  right: 192px;
-  left: 10px;
+  border-right: 1px solid #ccc;
+  right: 185px;
+  left: 0px;
   text-align: right;
 }
 
@@ -231,7 +241,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;
 }