Added file select option for raster images in server_open extension. Also added Uploading file dialog box for server-based uploads
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1624 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -602,8 +602,13 @@ span.zoom_tool {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#tool_open input, #tool_import input {
|
||||
height: 100%;
|
||||
#tool_image {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#tool_open input,
|
||||
#tool_import input,
|
||||
#tool_image input {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
font-size: 10em;
|
||||
|
||||
Reference in New Issue
Block a user