From 7054c3fd95582bc72c720d4cccbc6a5e1e85262e Mon Sep 17 00:00:00 2001 From: Alexis Deveria Date: Wed, 5 May 2010 19:52:00 +0000 Subject: [PATCH] Fixed issue 551 git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1566 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/jgraduate/css/jgraduate.css | 4 ++++ editor/svg-editor.css | 13 +++++++++---- editor/svg-editor.html | 4 +++- 3 files changed, 16 insertions(+), 5 deletions(-) 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">
- +
+ +