diff --git a/src/editor/components/PaintBox.js b/src/editor/components/PaintBox.js index 41d524db..42c5385e 100644 --- a/src/editor/components/PaintBox.js +++ b/src/editor/components/PaintBox.js @@ -10,9 +10,9 @@ class PaintBox { constructor (container, type) { // set up gradients to be used for the buttons const svgdocbox = new DOMParser().parseFromString( - ` + ` + fill="#000000" opacity="1" width="14" height="14"/> `, 'text/xml' diff --git a/src/editor/components/seInput.js b/src/editor/components/seInput.js index aecea7c9..d82f7a38 100644 --- a/src/editor/components/seInput.js +++ b/src/editor/components/seInput.js @@ -13,7 +13,6 @@ template.innerHTML = ` bottom: 1px; right: -4px; position: relative; - margin-left: 4px; margin-right: 4px; color: #fff; } diff --git a/src/editor/components/seList.js b/src/editor/components/seList.js index 39eb1949..057ddee9 100644 --- a/src/editor/components/seList.js +++ b/src/editor/components/seList.js @@ -5,7 +5,7 @@ const template = document.createElement('template'); template.innerHTML = ` ` diff --git a/src/editor/svgedit.css b/src/editor/svgedit.css index 89994c4d..35ef6e29 100644 --- a/src/editor/svgedit.css +++ b/src/editor/svgedit.css @@ -306,7 +306,7 @@ hr { #tools_top { position: absolute; - left: 108px; + left: 105px; top: 2px; min-height: 40px; border-bottom: none; @@ -320,13 +320,13 @@ hr { #tools_top > div > * { float: left; - margin-right: 2px; + margin-right: 1px; } #tools_top se-input { margin-top: 6px; height: 15px; } -#tools_top se-spin-input { +#tools_top se-spin-input, #tools_top se-list { margin-top: 5px; height: 15px; } @@ -431,8 +431,7 @@ hr { text-decoration: underline; } -div.toolset, -div.toolset > * { +div.toolset, div.toolset > * { float: left; }