Possibly fixed issue 429

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1666 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Alexis Deveria 2010-08-17 19:02:53 +00:00
parent 16a3d9bc90
commit 414832eb60
2 changed files with 4 additions and 3 deletions

View File

@ -1005,8 +1005,9 @@ span.zoom_tool {
color: #444;
}
#canvas_title {
#canvas_title, #canvas_bg_url {
display: block;
width: 96%;
}
#svg_source_editor #svg_source_textarea {

View File

@ -580,7 +580,7 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
<legend id="svginfo_image_props">Image Properties</legend>
<label>
<span id="svginfo_title">Title:</span>
<input type="text" id="canvas_title" size="24"/>
<input type="text" id="canvas_title"/>
</label>
<fieldset id="change_resolution">
@ -649,7 +649,7 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
<fieldset id="change_background">
<legend id="svginfo_change_background">Editor Background</legend>
<div id="bg_blocks"></div>
<label><span id="svginfo_bg_url">URL:</span> <input type="text" id="canvas_bg_url" size="21"/></label>
<label><span id="svginfo_bg_url">URL:</span> <input type="text" id="canvas_bg_url"/></label>
<p id="svginfo_bg_note">Note: Background will not be saved with image.</p>
</fieldset>