Fix Issue 186: Basic Document Properties window

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@638 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-09-14 00:04:53 +00:00
parent c56fa2bd0d
commit 78a77cf9d4
4 changed files with 57 additions and 31 deletions

View File

@@ -329,12 +329,17 @@ div.color_block {
text-align: center;
}
#svg_docprops #svg_docprops_container {
position: absolute;
/*
top: 100px;
left: 80px;
right: 80px;
bottom: 100px;
*/
#svg_docprops #svg_docprops_container {
position: absolute;
top: 50px;
padding: 10px;
background-color: #B0B0B0;
opacity: 1.0;
text-align: center;
@@ -349,11 +354,16 @@ div.color_block {
font-size: 12px;
}
#svg_source_editor #tool_source_back, #svg_source_editor #tool_docprops_back {
#svg_source_editor #tool_source_back {
text-align: left;
padding-left: 20px;
}
#svg_docprops_container #tool_docprops_back div {
text-align: left;
padding: 20px;
}
#svg_source_editor button, #svg_docprops button {
padding: 5px 2px 6px 28px;
margin: 5px 20px 0 0;