Move group opacity up to selected context panel. Shorten the bottom tool panel. Several minor loop optimizations

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@258 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-07-03 02:49:42 +00:00
parent b859ba711b
commit 46940f1969
3 changed files with 73 additions and 45 deletions

View File

@@ -68,7 +68,7 @@ body {
top: 70px;
left: 40px;
right: 2px;
bottom: 100px;
bottom: 60px;
background-color: #A0A0A0;
border: 1px solid #808080;
overflow: auto;
@@ -134,6 +134,10 @@ div.color_block {
display: none;
}
#svg_editor #selected_panel .selected_tool {
vertical-align: 12px;
}
#svg_editor #text_panel .text_tool {
vertical-align: 12px;
}
@@ -249,7 +253,7 @@ div.color_block {
left: 40px;
right: 2px;
bottom: 2px;
height: 100px;
height: 60px;
}
#svg_editor #tools_bottom_1 {