Fixed Issue 123: Support for <a> element to make elements link to URLs

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1878 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2010-12-01 17:54:11 +00:00
parent fe03c8f7e4
commit aafe843485
6 changed files with 172 additions and 14 deletions

View File

@@ -163,6 +163,11 @@
padding-top: 4px
}
#svg_editor #linkLabel > svg {
height: 20px;
padding-top: 4px;
}
#color_tools .icon_label > * {
position: relative;
top: 1px;