control group, fill, stroke opacity

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@29 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Pavol Rusnak
2009-06-04 13:43:58 +00:00
parent 25921700d5
commit 3debc78945
5 changed files with 101 additions and 12 deletions

View File

@@ -16,6 +16,7 @@
width: 640px;
height: 480px;
border: 1px solid #808080;
border-left: none;
}
#svg_editor #svgcanvas {
@@ -26,6 +27,7 @@
#svg_editor div#palette_holder {
border: 1px solid #808080;
border-top: none;
border-left: none;
float: left;
width: 640px;
overflow-x: scroll;
@@ -70,9 +72,8 @@
#tools {
background: #E8E8E8;
height: 504px;
height: 534px;
border: 1px solid #808080;
border-right: none;
padding: 4px;
}