Fixed minor CSS bug, changed status to Beta
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1532 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
|
||||
#svg_editor #color_tools .icon_label {
|
||||
padding-right: 0;
|
||||
height: 23px;
|
||||
height: 26px;
|
||||
min-width: 18px;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -622,6 +622,10 @@ span.zoom_tool {
|
||||
float: left;
|
||||
padding-top: 3px;
|
||||
padding-right: 3px;
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
#svg_editor .width_label {
|
||||
|
||||
Reference in New Issue
Block a user