]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Restore borders to maps on various pages
[rails.git] / app / assets / stylesheets / common.css.scss
index a5ce309813d16c176f332d59f0b57b4a11556efd..4d53bd2ac4181afdfb975a9502162408a5def6a1 100644 (file)
@@ -344,7 +344,7 @@ h2 {
 }
 
 #permalink a {
-    padding: 5px;
+  padding: 5px;
 }
 
 /* Rules for edit menu */
@@ -440,8 +440,9 @@ h2 {
 
 .search_results_heading {
   margin: 0px;
-  padding: 3px 5px;
-  background: #eee;
+  padding: 2px 5px;
+  border-bottom: 1px solid #ccc;
+  font-weight: bold;
 }
 
 .search_results_entry {
@@ -515,13 +516,6 @@ h2 {
 
 /* Rules for the main content area */
 
-body.site #content {
-  padding: 0px;
-  margin: 0px;
-  position: absolute;
-  bottom: 0px;
-}
-
 #content {
   padding: 10px;
   margin: 0px;
@@ -529,6 +523,13 @@ body.site #content {
   bottom: 0px;
 }
 
+#content.site_index,
+#content.site_edit,
+#content.site_export {
+  border: 0px;
+  padding: 0px;
+}
+
 #slim_container {
   width: 100%;
 }
@@ -718,6 +719,7 @@ table.browse_details th {
   position: relative;
   width: 90%;
   height: 400px;
+  border: 1px solid #ccc;
   display: none;
 }
 
@@ -821,6 +823,7 @@ p#contributorGuidance {
   position: relative;
   width: 500px;
   height: 400px; 
+  border: 1px solid #ccc;
 }
 
 #accountImage td {
@@ -849,6 +852,7 @@ p#contributorGuidance {
   position: relative;
   width: 400px;
   height: 400px; 
+  border: 1px solid #ccc;
 }
 
 .user_view .user_map p#no_home_location {