Added 'Import SVG' menu item and icon - only shows up in Firefox 3.6 and functions identically to Open at the moment
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1420 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -568,12 +568,12 @@ span.zoom_tool {
|
||||
-webkit-border-radius: 5px;
|
||||
}
|
||||
|
||||
#svg_editor #main_menu li#tool_open {
|
||||
#svg_editor #main_menu li#tool_open, #svg_editor #main_menu li#tool_import {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#tool_open input {
|
||||
#tool_open input, #tool_import input {
|
||||
-moz-transform: scale(4,2); /* Not entirely necessary, but keeps it nice and big for OS X*/
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user