diff --git a/editor/svg-editor.css b/editor/svg-editor.css index 5b25747a..63523b8d 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -383,6 +383,7 @@ top: 75px; left: 0; padding-left: 2px; + background: #D8D8D8; /* Needed so flyout icons don't appear on the left */ z-index: 4; } @@ -466,17 +467,13 @@ } -.magic_field > * { - float: left; -} - span.zoom_tool { line-height: 26px; padding: 3px; } -.magic_field input { - margin-top: 5px; +#zoom_panel label { + margin-top: 2px; } .dropdown { diff --git a/editor/svg-editor.html b/editor/svg-editor.html index e56c32dd..38c6d276 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -380,9 +380,11 @@ script type="text/javascript" src="locale/locale.min.js">