diff options
author | Robin <robin@Amaya.(none)> | 2010-04-12 14:49:10 +0200 |
---|---|---|
committer | Robin <robin@Amaya.(none)> | 2010-04-12 14:49:10 +0200 |
commit | 4a1d9370fcd5fb542d8d3915658d7fa1167dfeaf (patch) | |
tree | 905a38d7127a294edf2e8644b64d689967ada2bd /css | |
parent | 48341b082609b8198046afe3d8d799cf2c2abd38 (diff) | |
download | nextcloud-server-4a1d9370fcd5fb542d8d3915658d7fa1167dfeaf.tar.gz nextcloud-server-4a1d9370fcd5fb542d8d3915658d7fa1167dfeaf.zip |
small visual changes
Diffstat (limited to 'css')
-rwxr-xr-x | css/default.php | 11 |
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; |