diff --git a/editor/jgraduate/css/jgraduate.css b/editor/jgraduate/css/jgraduate.css index fcbb15b7..06ab1708 100644 --- a/editor/jgraduate/css/jgraduate.css +++ b/editor/jgraduate/css/jgraduate.css @@ -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; diff --git a/editor/svg-editor.css b/editor/svg-editor.css index 4600ec0c..47ffe861 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -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 { diff --git a/editor/svg-editor.html b/editor/svg-editor.html index 91086b87..8ef71ec6 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -439,7 +439,9 @@ script type="text/javascript" src="locale/locale.min.js">