diff --git a/editor/images/svg_edit_icons.svg b/editor/images/svg_edit_icons.svg index d200c3d4..3d45e1ff 100644 --- a/editor/images/svg_edit_icons.svg +++ b/editor/images/svg_edit_icons.svg @@ -637,6 +637,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/editor/svg-editor.css b/editor/svg-editor.css index bc8286e7..463d482f 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -601,6 +601,16 @@ span.zoom_tool { } +#svg_editor .icon_label { + float: left; + padding-top: 3px; + padding-right: 3px; +} + +#svg_editor .width_label { + padding-right: 5px; +} + #tool_bold, #tool_italic { font: bold 2.1em/1.1em serif; text-align: center; @@ -741,7 +751,8 @@ span.zoom_tool { } #svg_editor .stroke_tool.down div div, -#svg_editor .stroke_tool.down button { +#svg_editor .stroke_tool.down button, +#tools_top .dropdown.down > * { border: 1px inset gray; background: #F4E284; } @@ -754,6 +765,12 @@ span.zoom_tool { float: left; } + +#tools_top .dropdown div { + border: 1px solid transparent; + margin-top: 3px; +} + #option_lists ul { display: none; position: absolute; @@ -764,6 +781,15 @@ span.zoom_tool { padding-left: 0; } +#option_lists #position_opts { + width: 90px; + margin-left: -32px; +} + +#option_lists #position_opts li { + float: left; +} + #svg_editor ul li.current { background-color: #F4E284; } diff --git a/editor/svg-editor.html b/editor/svg-editor.html index c3f22c2b..36f8c03e 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -184,6 +184,11 @@ script type="text/javascript" src="locale/locale.min.js"> + +