Move blur tooltip to the div so that icon gets a tooltip, also add to locale script for English

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1533 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2010-04-21 15:51:10 +00:00
parent 34fab80fbc
commit 8c13cceea9
2 changed files with 3 additions and 2 deletions

View File

@@ -171,10 +171,10 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
<input id="angle" size="2" value="0" type="text"/>
</label>
<div class="toolset" id="tool_blur">
<div class="toolset" id="tool_blur" title="Change gaussian blur value">
<label>
<span id="blurLabel" class="icon_label"></span>
<input id="blur" title="Change gaussian blur value" size="2" value="0" type="text"/>
<input id="blur" size="2" value="0" type="text"/>
</label>
<div id="blur_dropdown" class="dropdown">
<button></button>