]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Add edit links to data browser pages
[rails.git] / public / stylesheets / common.css
index 56cefd0a46ba05d1c3ac54b1134820aafc8966f9..fd4dfac6a54c4cdce341da03fc478804c1d58a1b 100644 (file)
@@ -358,7 +358,7 @@ hr {
 
 /* Rules for edit menu */
 
 
 /* Rules for edit menu */
 
-#editmenu {
+.menu {
   display: none;
   z-index: 10000;
   position: absolute;
   display: none;
   z-index: 10000;
   position: absolute;
@@ -366,15 +366,16 @@ hr {
   border: 1px solid black;
 }
 
   border: 1px solid black;
 }
 
-#editmenu ul {
+.menu ul {
   margin-top: 10px;
   margin-bottom: 10px;
   padding-left: 10px;
   padding-right: 10px;
 }
 
   margin-top: 10px;
   margin-bottom: 10px;
   padding-left: 10px;
   padding-right: 10px;
 }
 
-#editmenu li {
+.menu li {
   list-style-type: none;
   list-style-type: none;
+  white-space: nowrap;
 }
 
 /* Rules for attribution text under the main map shown on printouts */
 }
 
 /* Rules for attribution text under the main map shown on printouts */
@@ -575,6 +576,14 @@ hr {
   right: 0px;
 }
 
   right: 0px;
 }
 
+.site_export #map {
+  position: absolute;
+  top: 0px;
+  bottom: 0px;
+  left: 0px;
+  right: 0px;
+}
+
 /* Rules for the edit page */
 
 .site_edit #map {
 /* Rules for the edit page */
 
 .site_edit #map {
@@ -652,6 +661,10 @@ table.browse_details th {
   border: solid 1px black;
 }
 
   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 trace list shown by the traces tab etc */
 
 #trace_list {