switched from properlySourceSizeTextArea() to a full CSS equivalent to optimize DOM repaint

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2463 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Bruno Heridet
2013-02-23 18:05:15 +00:00
parent 9f58a680c3
commit 0e92ca4a0e
2 changed files with 9 additions and 13 deletions

View File

@@ -1192,11 +1192,18 @@ ul li.current {
width: 96%;
}
#svg_source_editor form {
position: absolute;
top: 40px;
bottom: 30px;
width: 100%;
}
#svg_source_editor #svg_source_textarea {
position: relative;
width: 95%;
top: 5px;
height: 250px;
height: 95%;
padding: 5px;
font-size: 12px;
}