Fixed issue 551

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1566 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
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

@ -132,6 +132,10 @@ div.jGraduate_RadiusField input {
overflow: visible;
}
.jGraduate_Form_Section input[type=text] {
width: 38px;
}
.jGraduate_Radius {
border:1px solid #BBB;
cursor:ew-resize;

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 {

View File

@ -439,7 +439,9 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
</div>
<div class="color_tool" id="tool_stroke">
<label class="icon_label" title="Change stroke color"></label>
<div class="color_block">
<label class="icon_label" title="Change stroke color"></label>
</div>
<div class="color_block">
<div id="stroke_bg"></div>
<div id="stroke_color" class="color_block" title="Change stroke color"></div>