summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorRobin <robin@Amaya.(none)>2010-04-12 14:49:10 +0200
committerRobin <robin@Amaya.(none)>2010-04-12 14:49:10 +0200
commit4a1d9370fcd5fb542d8d3915658d7fa1167dfeaf (patch)
tree905a38d7127a294edf2e8644b64d689967ada2bd /css
parent48341b082609b8198046afe3d8d799cf2c2abd38 (diff)
downloadnextcloud-server-4a1d9370fcd5fb542d8d3915658d7fa1167dfeaf.tar.gz
nextcloud-server-4a1d9370fcd5fb542d8d3915658d7fa1167dfeaf.zip
small visual changes
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;