Issue 392: Can now open local files in SVG-edit in Firefox 3.6 (File API).

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1196 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2010-01-12 08:09:08 +00:00
parent f00068c02c
commit 5bd91643bd
3 changed files with 83 additions and 6 deletions

View File

@@ -307,7 +307,7 @@ body {
}
#svg_editor div.toolset,
#svg_editor div.toolset > *{
#svg_editor div.toolset > * {
float: left;
}
@@ -442,6 +442,35 @@ span.zoom_tool {
cursor: pointer;
}
div.fileinputs {
position: relative;
}
div.fakefile {
position: absolute;
top: 2px;
left: 2px;
z-index: 0;
}
div.fileinputs svg {
position: relative;
width: 24px;
height: 24px;
z-index: 2;
cursor: pointer;
}
/* the file input control is placed on top but made invisible */
/* TODO: is moz-opacity really needed? filter? */
input.file {
position: relative;
text-align: right;
-moz-opacity: 0;
filter:alpha(opacity: 0);
opacity: 0;
}
#svg_editor .tool_button_current,
#svg_editor .push_button_pressed {
border-left: 1px solid #808080;
@@ -608,6 +637,7 @@ span.zoom_tool {
/* width: 450px;*/
font-family: Verdana, Helvetica, sans-serif;
font-size: .8em;
z-index: 20001;
}
#svg_docprops #resolution {
@@ -723,6 +753,7 @@ span.zoom_tool {
bottom: 0px;
background-color: black;
opacity: 0.6;
z-index: 20000;
}
button#tool_source_save,