Added support for loading config data from URL, prevented creation of unneeded global variables

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1459 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2010-03-12 20:43:33 +00:00
parent 3a9f38f699
commit 2b4270163e
5 changed files with 120 additions and 51 deletions

View File

@@ -674,7 +674,7 @@ span.zoom_tool {
}
#svg_editor #tools_bottom_2 {
width: 204px;
width: 215px;
position: relative;
float: left;
}
@@ -706,6 +706,7 @@ span.zoom_tool {
-moz-border-radius-bottomleft: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
padding-right: 0;
}
.color_tool > *:last-child {