Start of Edit Source capabilities for SVG-edit

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@312 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-07-13 00:17:15 +00:00
parent b3484861e8
commit 8e8f44861d
4 changed files with 124 additions and 27 deletions

View File

@@ -272,3 +272,37 @@ div.color_block {
#svg_editor #copyright {
text-align: right;
}
#svg_source_editor {
display: none;
}
#svg_source_overlay {
position: absolute;
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
background-color: black;
opacity: 0.6;
}
#svg_source_container {
position: absolute;
top: 30px;
left: 30px;
right: 30px;
bottom: 30px;
background-color: #B0B0B0;
opacity: 1.0;
text-align: center;
}
#svg_source_textarea {
position: relative;
width: 95%;
top: 35px;
height: 90%;
padding: 5px;
font-size: 12px;
}