Move tooltip for rect width/height to the label instead of just input control. Update all translations.

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1534 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2010-04-21 16:05:32 +00:00
parent 8c13cceea9
commit ffc666c77f
58 changed files with 431 additions and 418 deletions

View File

@@ -232,13 +232,13 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
<div id="rect_panel">
<div class="toolset">
<label>
<label id="rect_width_tool" title="Change rectangle width">
<span id="rwidthLabel" class="icon_label"></span>
<input id="rect_width" class="attr_changer" title="Change rectangle width" size="3" data-attr="width"/>
<input id="rect_width" class="attr_changer" size="3" data-attr="width"/>
</label>
<label>
<label id="rect_height_tool" title="Change rectangle height">
<span id="rheightLabel" class="icon_label"></span>
<input id="rect_height" class="attr_changer" title="Change rectangle height" size="3" data-attr="height"/>
<input id="rect_height" class="attr_changer" size="3" data-attr="height"/>
</label>
</div>
<label id="cornerRadiusLabel" title="Change Rectangle Corner Radius">