]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Use correct URL for note details
[rails.git] / public / stylesheets / common.css
index dd7265735125be5404a5f9ba08fc4e94b7f9f354..e256bb3f6a380a508fe8fd62cbbd155cb70d510b 100644 (file)
@@ -351,12 +351,14 @@ hr {
   z-index: 10000;
   position: absolute;
   bottom: 15px;
+  right: 15px;
+  text-align: right;
   font-size: smaller;
 }
 
 /* Rules for edit menu */
 
-#editmenu {
+.menu {
   display: none;
   z-index: 10000;
   position: absolute;
@@ -364,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 */
@@ -573,6 +576,14 @@ hr {
   right: 0px;
 }
 
+.site_export #map {
+  position: absolute;
+  top: 0px;
+  bottom: 0px;
+  left: 0px;
+  right: 0px;
+}
+
 /* Rules for the edit page */
 
 .site_edit #map {
@@ -650,6 +661,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 {
@@ -705,7 +720,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;
@@ -842,7 +857,7 @@ p#contributorGuidance {
   height: 400px; 
 }
 
-.user_view .user_map p {
+.user_view .user_map p#no_home_location {
   position: absolute;
   top: 0px;
   bottom: 0px;