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:
Jeff Schiller
2010-02-20 23:38:49 +00:00
parent 400eb1e1cc
commit 37aab7dd8f
5 changed files with 41 additions and 3 deletions

View File

@@ -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;