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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user