Fixed Issue 265: Allow selection of a user-defined font in the text dialog

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@989 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2009-12-02 20:09:36 +00:00
parent c3fecc8bf9
commit 73f6b976a8
3 changed files with 28 additions and 11 deletions

View File

@@ -402,6 +402,15 @@ span.zoom_tool {
background: #E8E8E8;
}
#font_family_dropdown li {
font-size: 1.4em;
}
#font_family {
margin-left: 5px;
margin-right: 0;
}
#opacity_dropdown li {
width: 140px;
}