Fixed issue 81: Source Editor needs Cancel/Save buttons

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@401 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2009-08-17 14:17:20 +00:00
parent e13c674692
commit 4e5a45642e
3 changed files with 40 additions and 11 deletions

View File

@@ -301,8 +301,17 @@ div.color_block {
#svg_source_textarea {
position: relative;
width: 95%;
top: 35px;
top: 5px;
height: 250px;
padding: 5px;
font-size: 12px;
}
#tool_source_back {
text-align: left;
padding-left: 20px;
}
#tool_source_back button {
margin: 10px;
}