diff --git a/css/app.css b/css/app.css
index 359f3b25e..e297596bc 100644
--- a/css/app.css
+++ b/css/app.css
@@ -177,9 +177,17 @@ button.Browse {
}
button.minor {
+ border-radius:4px;
height: 20px;
width: 20px;
margin: 5px;
+ border: 0;
+ box-shadow: none;
+ background-color: transparent;
+}
+
+button.minor:hover {
+ background: white;
}
.buttons-joined {
@@ -355,7 +363,6 @@ button.Browse .label {
.inspector-wrap {
position:absolute;
right: 0;
- left: 530px;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
min-height: 60px;
@@ -378,7 +385,7 @@ button.Browse .label {
}
.inspector-inner button.tag-help {
- right: 40px;
+ right: 30px;
}
.inspector-wrap a.permalink {
@@ -393,7 +400,7 @@ button.Browse .label {
.tag-row {
width: 100%;
- padding-right: 80px;
+ padding-right: 70px;
position: relative;
height: 30px;
}
@@ -591,6 +598,8 @@ div.typeahead {
z-index: 9999;
box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
margin-top: -1px;
+ max-height: 120px;
+ overflow: auto;
}
div.typeahead a {
diff --git a/css/map.css b/css/map.css
index ca29e35e8..61da24c14 100644
--- a/css/map.css
+++ b/css/map.css
@@ -9,14 +9,13 @@ path, image.marker {
g.marker circle {
fill:#fff;
- stroke:#888;
- stroke-width:1;
}
+g.marker.hover circle,
g.marker.active circle {
- stroke-width:2;
- stroke:#000;
- fill:#FCFFAF;
+ fill:#ffff00;
+ stroke-width:4;
+ stroke:#fff
}
/* interactive elements */
@@ -33,7 +32,7 @@ circle.handle.hover {
}
circle.handle.active {
- fill: #6bc641;
+ fill: #ffff00;
}
circle.accuracy-handle {
diff --git a/icons/unknown.png b/icons/unknown.png
index c7972f944..a47dd947d 100644
Binary files a/icons/unknown.png and b/icons/unknown.png differ
diff --git a/img/source/design.svg b/img/source/design.svg
index 8206480f0..66c195cc0 100644
--- a/img/source/design.svg
+++ b/img/source/design.svg
@@ -391,18 +391,18 @@
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="1"
- inkscape:cx="890.32523"
- inkscape:cy="742.11499"
+ inkscape:cx="-471.6218"
+ inkscape:cy="713.3306"
inkscape:document-units="px"
- inkscape:current-layer="layer13"
+ inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1543"
inkscape:window-height="834"
- inkscape:window-x="349"
- inkscape:window-y="5"
+ inkscape:window-x="340"
+ inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:snap-bbox="true"
- inkscape:snap-nodes="false"
+ inkscape:snap-nodes="true"
showguides="false"
inkscape:guide-bbox="true"
inkscape:object-paths="true"
@@ -538,7 +538,7 @@
image/svg+xml
-
+
@@ -3525,12 +3525,92 @@
d="m 35.000006,114.86219 -2.999997,-3.00001 2.999992,-3 z"
style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8013-4);enable-background:accumulate" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ style="display:none">
")
+ .attr('class','remove minor')
+ .on('click', removeTag);
row.append('button').attr('class', 'tag-help minor').append('a')
- .text('?')
+ .html("")
.attr('target', '_blank')
.attr('tabindex', -1)
.attr('href', function(d) {