From 4a1d9370fcd5fb542d8d3915658d7fa1167dfeaf Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 12 Apr 2010 14:49:10 +0200 Subject: [PATCH] small visual changes --- css/default.php | 11 ++++++++++- inc/lib_log.php | 2 +- inc/templates/footer.php | 6 ++++++ index.php | 2 -- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/css/default.php b/css/default.php index c3c380cf15..dd1ad09b01 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; diff --git a/inc/lib_log.php b/inc/lib_log.php index 980011e05e..2a8a91be40 100755 --- a/inc/lib_log.php +++ b/inc/lib_log.php @@ -59,7 +59,7 @@ class OC_LOG { */ public static function show(){ global $CONFIG_DATEFORMAT; - echo('
'); + echo('
'); $result = OC_DB::query('select timestamp,user,type,message from log order by timestamp desc limit 20'); $count=OC_DB::numrows($result); diff --git a/inc/templates/footer.php b/inc/templates/footer.php index 275f419118..16b41d3e2e 100755 --- a/inc/templates/footer.php +++ b/inc/templates/footer.php @@ -1,5 +1,11 @@ +
+

+Hint: Mount it via webdav like this: ">webdav:///webdav/owncloud.php +

Hint: Mount it via webdav like this: webdav://'.$_SERVER["HTTP_HOST"].$WEBROOT.'/webdav/owncloud.php

'); - OC_UTIL::showfooter(); }