summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rwxr-xr-xcss/default.php11
1 files changed, 10 insertions, 1 deletions
diff --git a/css/default.php b/css/default.php
index c3c380cf151..dd1ad09b015 100755
--- a/css/default.php
+++ b/css/default.php
@@ -29,6 +29,7 @@ html,body {
vertical-align:top;
top:175px;
bottom:75px;
+ overflow:auto;
}
#mainlayout>.foot{
@@ -36,6 +37,14 @@ html,body {
bottom:0px;
}
+#mainlayout>.foot>.bar{
+ background-color:#EEE;
+ position:absolute;
+ top:0px;
+ height:24px;
+ width:100%;
+}
+
body.error {background-color: #F0F0F0;}
body,th,td,ul,li,a,div,p,pre {color:#333333; font-family:Verdana,"Bitstream Vera Sans",Arial,Helvetica,Sans,"Bitstream Vera Serif"; font-size:9.0pt;}
@@ -285,7 +294,7 @@ div.fileList table{
vertical-align:top;
}
-thead td, tfoot td{
+table.browser thead td,table.browser tfoot td{
padding-left:6px;
padding-top:0px;
padding-bottom:0px;