[svn] now with ability to make new svx file

This commit is contained in:
goatchurch
2009-08-01 07:31:27 +01:00
parent b135ab64e7
commit 60dcb82ef6
18 changed files with 449 additions and 260 deletions

View File

@@ -205,7 +205,10 @@ a.redtext:link {
}
td.survexnewfile
{
background-color:#f99;
}
.behind {
@@ -233,13 +236,13 @@ img.thumbnail {
}
div#header {
position:absolute;
Dposition:absolute;
left:100px;
right:100px;
top:0;
margin-left:auto;
margin-right:auto;
height:50px;
Dheight:50px;
background-image: url( ../204plan.gif);
border-bottom:thin solid #000;
font-family: Arial, Helvetica, sans-serif;
@@ -248,7 +251,7 @@ div#header {
div#editLinks {
position:absolute;
Zposition:absolute;
background: #999;
bottom:0px;
right:0px;
@@ -263,7 +266,7 @@ div#editLinks a{
}
div#content {
margin-top: 50px;
Zmargin-top: 50px;
Zmargin-left: 120px;
Zmargin-right: 120px;
padding-top: 10px;
@@ -273,10 +276,15 @@ div#content {
background:#CCC;
}
.toolbarlinks
{
padding:0;
}
.footer {
Dposition:fixed;
width:100%;
visibility:none;
width:100%;
bottom:0;
left:0;
}
@@ -357,9 +365,12 @@ div.codeframebit
border:thin black solid;
background-color: #ffffdf;
}
CodeMirror-line-numbers
.CodeMirror-line-numbers
{
background-color: #bbb;
background-color: #bbb;
font-family: monospace;
font-size: 10pt;
padding: .4em;
}
div#difflistajax
{