From 9d08f8c0a772dcee26e5ad27b1e9ecb6a15e89aa Mon Sep 17 00:00:00 2001 From: Alexis Deveria Date: Mon, 29 Mar 2010 19:34:22 +0000 Subject: [PATCH] Fixed three bugs mentioned in issue 507 git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1488 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svg-editor.css | 9 +++------ editor/svg-editor.html | 6 ++++-- editor/svg-editor.js | 10 ++++++---- 3 files changed, 13 insertions(+), 12 deletions(-) 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">
-
- zoom: +
+