aboutsummaryrefslogtreecommitdiffstats
path: root/files/css/files.css
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-07-22 15:48:30 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-07-22 15:48:30 +0200
commitd6bf5cd251e4b3ce8a1bbbe09a029148881eeac9 (patch)
treefa7a108b652b3df2b3de0a142d62d980626990c5 /files/css/files.css
parente6e14719c965d0f2b32dcb814e49939df1e7415c (diff)
downloadnextcloud-server-d6bf5cd251e4b3ce8a1bbbe09a029148881eeac9.tar.gz
nextcloud-server-d6bf5cd251e4b3ce8a1bbbe09a029148881eeac9.zip
show error when trying to upload to large files
Diffstat (limited to 'files/css/files.css')
-rw-r--r--files/css/files.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/css/files.css b/files/css/files.css
index a886958f137..d45d93441de 100644
--- a/files/css/files.css
+++ b/files/css/files.css
@@ -157,4 +157,5 @@ table td.delete { background-image:url('../img/delete.png'); }
#selectedActions{
float:right;
display:none;
-} \ No newline at end of file
+}
+#uploadsize-message{display:none} \ No newline at end of file