fix radial menu controls.

This commit is contained in:
Saman Bemel-Benrud
2013-03-13 16:04:56 -04:00
parent fe6a49c5fb
commit 0a9c3cb047
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -567,7 +567,8 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
border-radius: 0;
}
/* Inspector */
/* Inspector
------------------------------------------------------- */
.inspector-wrap {
opacity:0;
+1 -1
View File
@@ -40,7 +40,7 @@
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="318.18348"
inkscape:cy="175.47623"
inkscape:cy="95.476233"
inkscape:document-units="px"
inkscape:current-layer="layer12"
showgrid="false"

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 87 KiB

+1 -1
View File
@@ -92,7 +92,7 @@ iD.svg.Surface = function() {
defs.append('image')
.attr({
id: 'sprite',
width: 420,
width: 440,
height: 200,
'xlink:href': 'img/sprite.png'
});