enhance UI

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@90 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Pavol Rusnak
2009-06-10 08:59:08 +00:00
parent 540115ed3b
commit 9d68f75f3a
3 changed files with 36 additions and 21 deletions

View File

@@ -69,22 +69,30 @@
background: #E8E8E8;
border: 1px solid #808080;
padding: 4px;
float:left;
clear:both;
float: left;
clear: both;
}
#context_tools {
width: 800px;
width: 705px;
height: 34px;
border-bottom: none;
}
#tools {
border-right: none;
height: 504px;
width: 64px;
}
#tool_delete {
display: none;
}
#text_panel {
#text_panel {
display: none;
}
#text_panel .text_tool {
vertical-align:12px;
}