adding deleted/added feature icons

This commit is contained in:
samanpwbb
2013-10-22 11:20:55 -04:00
parent dc98c6fc50
commit a0d3694f29
2 changed files with 27 additions and 7 deletions
+10 -2
View File
@@ -261,7 +261,7 @@ ul li { list-style: none;}
border-radius: 0 0 3px 3px;
}
.toggle-list label > span {
.toggle-list label > span {
display: block;
overflow: hidden;
white-space: nowrap;
@@ -569,6 +569,14 @@ button[disabled] .icon.layers { background-position: -300px -40px;}
button[disabled] .icon.avatar { background-position: -320px -40px;}
button[disabled] .icon.nearby { background-position: -340px -40px;}
.icon.point.deleted { background-position: -300px -80px;}
.icon.line.deleted { background-position: -320px -80px;}
.icon.area.deleted { background-position: -340px -80px;}
.icon.point.created { background-position: -300px -100px;}
.icon.line.created { background-position: -320px -100px;}
.icon.area.created { background-position: -340px -100px;}
/* Out link is special */
.icon.out-link { height: 14px; width: 14px; background-position: -500px 0;}
@@ -2704,7 +2712,7 @@ img.wiki-image {
}
/* Move over tooltips that are near the edge of screen */
.add-point .tooltip {
left: 33.3333% !important;
left: 33.3333% !important;
}
.curtain-tooltip.intro-points-add .tooltip-arrow,