Fixed issue 551

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1566 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2010-05-05 19:52:00 +00:00
parent 07254d47bc
commit 7054c3fd95
3 changed files with 16 additions and 5 deletions

View File

@@ -135,7 +135,7 @@
bottom: 0px;
right: 0px;
width: 0px;
overflow: scroll;
overflow: auto;
margin: 0px;
}
@@ -712,15 +712,19 @@ span.zoom_tool {
}
#svg_editor #tools_bottom_2 {
width: 180px;
width: 165px;
position: relative;
float: left;
}
#tools_bottom input[type=text] {
width: 2.2em;
}
#svg_editor #color_tools {
display: table;
margin-top: 0px;
border-spacing: 0 4px;
margin-top: 1px;
border-spacing: 0 3px;
clip: rect(0,0,10px,0);
}
@@ -791,6 +795,7 @@ span.zoom_tool {
#tools_top .dropdown .icon_label {
border: 1px solid transparent;
margin-top: 3px;
height: auto;
}
#option_lists ul {