.site-index #tabnav a#viewanchor,
.site-edit #tabnav a#editanchor,
-.changeset-list #tabnav a#historyanchor,
-.site-export #tabnav a#exportanchor {
+.changeset-list #tabnav a#historyanchor {
border-bottom: 1px solid #aaa;
background: #9ed485;
color: #000;
}
}
-.layers-ui {
- ul, li:last-child {
+.layers-ui,
+.share-ui {
+ ul, li:last-child, p:last-child {
margin-bottom: 0;
}
+}
+.layers-ui {
li {
border-radius: 4px;
overflow: hidden;
.share-link {
li {
display: inline-block;
+ text-align: center;
width: 50%;
}
}
+
+ #embed_html {
+ resize: vertical;
+ font-family: monospace;
+ font-size: small;
+ }
+
+ #mapnik_scale {
+ width: 100px;
+ }
}
.site-index .leaflet-top,
margin: $lineheight/4;
}
-.export_details input[type="text"]#export_html_text {
- width: 100%;
-}
-
-#sidebar #marker_inputs li:last-child {
- margin-bottom: $lineheight/2;
-}
-
-#export_osm,
-#export_mapnik,
-#export_osmarender {
- display: none;
-}
-
/* Rules for the main content area */
#content {
textarea {
padding: 5px;
width: 100%;
- height: 100% !important;
}
/* Rules for user images */