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
This commit is contained in:
Alexis Deveria
2011-01-31 15:57:01 +00:00
parent 212e5b1795
commit 201d284071
3 changed files with 22 additions and 10 deletions

View File

@@ -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;
}