Add clickable logo to top-left of editor

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@356 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-08-07 03:33:41 +00:00
parent 86173b1832
commit e15af8fc65
2 changed files with 16 additions and 0 deletions

View File

@@ -72,6 +72,15 @@ body {
float: left;
}
#svg_editor #logo {
position: absolute;
top: 1px;
left: 1px;
width: 30px;
height: 30px;
padding: 0px;
}
#svg_editor #tools_top {
position: absolute;
left: 38px;