Added support for unit width/height when set in document properties

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1372 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2010-02-10 19:29:05 +00:00
parent 9590cf67f5
commit 984d6263c9
3 changed files with 27 additions and 6 deletions

View File

@@ -722,6 +722,11 @@ span.zoom_tool {
z-index: 20001;
}
#svg_docprops .error {
border: 1px solid red;
padding: 3px;
}
#svg_docprops #resolution {
max-width: 14em;
}