]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Merge branch 'master' into openstreetbugs
[rails.git] / public / stylesheets / common.css
index c773a3218b78a23329fdb8e8ea846b0a88c94b02..9b68bd03e28e03068c194de04187acfacf06fd8f 100644 (file)
@@ -358,7 +358,7 @@ hr {
 
 /* Rules for edit menu */
 
-#editmenu {
+.menu {
   display: none;
   z-index: 10000;
   position: absolute;
@@ -366,15 +366,16 @@ hr {
   border: 1px solid black;
 }
 
-#editmenu ul {
+.menu ul {
   margin-top: 10px;
   margin-bottom: 10px;
   padding-left: 10px;
   padding-right: 10px;
 }
 
-#editmenu li {
+.menu li {
   list-style-type: none;
+  white-space: nowrap;
 }
 
 /* Rules for attribution text under the main map shown on printouts */
@@ -650,6 +651,23 @@ table.browse_details th {
   white-space: nowrap;
 }
 
+td.browse_comments {
+  padding: 0px;
+}
+
+td.browse_comments table {
+  border-collapse: collapse;
+}
+
+td.browse_comments table td {
+  padding-bottom: 10px;
+}
+
+td.browse_comments table td span.by {
+  font-size: small;
+  color: #999999;
+}
+
 #browse_map {
   width: 250px;
 }
@@ -660,6 +678,10 @@ table.browse_details th {
   border: solid 1px black;
 }
 
+#browse_map .geolink {
+  display: none;
+}
+
 /* Rules for the trace list shown by the traces tab etc */
 
 #trace_list {
@@ -715,7 +737,7 @@ table.browse_details th {
 
 /* Rules for the new diary entry page */
 
-.diary_entry_new div#map {
+.diary_entry div#map {
   position: relative;
   width: 90%;
   height: 400px;
@@ -852,7 +874,7 @@ p#contributorGuidance {
   height: 400px; 
 }
 
-.user_view .user_map p {
+.user_view .user_map p#no_home_location {
   position: absolute;
   top: 0px;
   bottom: 0px;