diff options
author | Robin <robin@Amaya.(none)> | 2010-04-04 16:50:04 +0200 |
---|---|---|
committer | Robin <robin@Amaya.(none)> | 2010-04-04 16:50:04 +0200 |
commit | 7657926a602a524cf651e7e2b95a3369261fbde1 (patch) | |
tree | 1462f20e771e417a17421b1f9d2f8b36ca1742d7 /css | |
parent | e658a0025895d5aecc2c067234c5120cc21a63a2 (diff) | |
download | nextcloud-server-7657926a602a524cf651e7e2b95a3369261fbde1.tar.gz nextcloud-server-7657926a602a524cf651e7e2b95a3369261fbde1.zip |
some cleanup in ajax fronted, give error message before starting an upload that is to big
Diffstat (limited to 'css')
-rwxr-xr-x | css/default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/default.php b/css/default.php index 6ab515cca7a..dd69cd703da 100755 --- a/css/default.php +++ b/css/default.php @@ -153,7 +153,7 @@ div.OCNotification{ div.OCNotificationHolder{ right:20px; bottom:0px; - position:absolute; + position:fixed; color:white; } |