/* Rules for edit menu */
-#editmenu {
+.menu {
display: none;
z-index: 10000;
position: absolute;
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 */
border: solid 1px black;
}
+#browse_map .geolink {
+ display: none;
+}
+
/* Rules for the trace list shown by the traces tab etc */
#trace_list {
/* Rules for the new diary entry page */
-.diary_entry_new div#map {
+.diary_entry div#map {
position: relative;
width: 90%;
height: 400px;
height: 400px;
}
-.user_view .user_map p {
+.user_view .user_map p#no_home_location {
position: absolute;
top: 0px;
bottom: 0px;