summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorgoatchurch <devnull@localhost>2009-08-01 07:31:27 +0100
committergoatchurch <devnull@localhost>2009-08-01 07:31:27 +0100
commit60dcb82ef6ca4faf4b7e2e5cb2d407961af5ea3f (patch)
treed8fa1d3e8bb222e4068b694df0dc42ce3aa9980f /media
parentb135ab64e7873169e8a3c973f3ea9d0fbb18e319 (diff)
downloadtroggle-60dcb82ef6ca4faf4b7e2e5cb2d407961af5ea3f.tar.gz
troggle-60dcb82ef6ca4faf4b7e2e5cb2d407961af5ea3f.tar.bz2
troggle-60dcb82ef6ca4faf4b7e2e5cb2d407961af5ea3f.zip
[svn] now with ability to make new svx file
Diffstat (limited to 'media')
-rw-r--r--media/css/main3.css27
1 files changed, 19 insertions, 8 deletions
diff --git a/media/css/main3.css b/media/css/main3.css
index f3a53ff..7a6704f 100644
--- a/media/css/main3.css
+++ b/media/css/main3.css
@@ -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
{