]> git.openstreetmap.org Git - rails.git/commitdiff
Improve sidebar styling a little
authorTom Hughes <tom@compton.nu>
Sun, 12 Feb 2012 10:45:17 +0000 (10:45 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 12 Feb 2012 15:17:43 +0000 (15:17 +0000)
app/assets/stylesheets/common.css.scss
app/assets/stylesheets/ltr.css.scss
app/assets/stylesheets/rtl.css.scss

index 8df2064778bafb31b0730ba76d228cfd92a45a76..a5ce309813d16c176f332d59f0b57b4a11556efd 100644 (file)
@@ -384,7 +384,6 @@ h2 {
 #sidebar {
   display: none;
   position: absolute;
 #sidebar {
   display: none;
   position: absolute;
-  border: 1px solid #888;
   margin: 0px;
   padding: 0px;
   width: 30%;
   margin: 0px;
   padding: 0px;
   width: 30%;
@@ -405,11 +404,10 @@ h2 {
 
 #sidebar .sidebar_title {
   margin: 0px;
 
 #sidebar .sidebar_title {
   margin: 0px;
-  padding: 3px 6px;
+  padding: 3px 6px 4px 6px;
   height: 29px;
   font-size: 14px;
   line-height: 15px;
   height: 29px;
   font-size: 14px;
   line-height: 15px;
-  border-bottom: 1px solid #888;
   background: #bbb;
 }
 
   background: #bbb;
 }
 
@@ -442,9 +440,7 @@ h2 {
 
 .search_results_heading {
   margin: 0px;
 
 .search_results_heading {
   margin: 0px;
-  padding: 2px 5px;
-  border-top: 1px solid #ccc;
-  border-bottom: 1px solid #ccc;
+  padding: 3px 5px;
   background: #eee;
 }
 
   background: #eee;
 }
 
index aaca016e904e547964087b714b2db13ad5c5d677..0cb78c29031306cbb72e49c6b4332a81df5e6b36 100644 (file)
@@ -112,6 +112,7 @@ html body {
 
 #sidebar {
   left: 0px;
 
 #sidebar {
   left: 0px;
+  border-left: 1px solid #ccc;
 }
 
 #sidebar #sidebar_title {
 }
 
 #sidebar #sidebar_title {
index 6d7ed3b34c43dfcddaf224bf38d0e46c0dc7052d..b0020dce435f61673b553c05b4421a14b6a66d92 100644 (file)
@@ -112,6 +112,7 @@ html body {
 
 #sidebar {
   right: 0px;
 
 #sidebar {
   right: 0px;
+  border-right: 1px solid #ccc;
 }
 
 #sidebar #sidebar_title {
 }
 
 #sidebar #sidebar_title {