From 201d28407103f4a896c8722a755237706becf57a Mon Sep 17 00:00:00 2001 From: Alexis Deveria Date: Mon, 31 Jan 2011 15:57:01 +0000 Subject: [PATCH] Fixed issue 764: Small window size may cause the UI to be drawn over the drawing area git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1956 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svg-editor.css | 8 +++----- editor/svg-editor.html | 2 +- editor/svg-editor.js | 22 ++++++++++++++++++---- 3 files changed, 22 insertions(+), 10 deletions(-) diff --git a/editor/svg-editor.css b/editor/svg-editor.css index f20fcde6..5da98ce4 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -485,9 +485,7 @@ top: 2px; height: 72px; border-bottom: none; - /* Ideally this should be auto (makes scrollbar if needed), but currently hides - the .dropdown lists. -/* overflow: auto;*/ + overflow: auto; } #svg_editor #tools_left { @@ -671,7 +669,7 @@ span.zoom_tool { background: #FFC; } -#font_family_dropdown li { +#font_family_dropdown-list li { font-size: 1.4em; } @@ -914,7 +912,7 @@ span.zoom_tool { #tools_top .dropdown .icon_label { border: 1px solid transparent; - margin-top: 3px; +/* margin-top: 3px;*/ height: auto; } diff --git a/editor/svg-editor.html b/editor/svg-editor.html index eadd402e..8aced754 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -567,7 +567,7 @@ -
+