diff --git a/editor/svg-editor.css b/editor/svg-editor.css
index d9904492..b7651cd6 100644
--- a/editor/svg-editor.css
+++ b/editor/svg-editor.css
@@ -678,6 +678,14 @@ span.zoom_tool {
display: none;
}
+#image_save_opts label {
+ font-size: .9em;
+}
+
+#image_save_opts input {
+ margin-left: 0;
+}
+
#svg_docprops #svg_docprops_overlay {
position: absolute;
top: 0px;
diff --git a/editor/svg-editor.html b/editor/svg-editor.html
index 85ee7070..a9e3c49f 100644
--- a/editor/svg-editor.html
+++ b/editor/svg-editor.html
@@ -377,7 +377,7 @@ script type="text/javascript" src="locale/locale.min.js">
-
+
+
+
+