Issue 73: Ensure first layer is always selected. Adjust layer buttons to fit Opera and Webkit.

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@672 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-09-22 02:50:50 +00:00
parent ef4d16ee05
commit 61fe5dc9fe
3 changed files with 11 additions and 8 deletions

View File

@@ -88,7 +88,9 @@ body {
#svg_editor #layerbuttons {
margin: 0px;
padding: 0px;
width: 110px;
padding-left: 2px;
padding-right: 2px;
width: 106px;
height: 20px;
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
@@ -97,8 +99,8 @@ body {
}
#svg_editor .layer_button {
width: 15px;
height: 15px;
width: 14px;
height: 14px;
padding: 1px;
border-left: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;