diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2011-04-19 02:51:59 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2011-04-19 02:51:59 +0200 |
commit | 4a9fdd2918c3828b4c60e22eda4dc89a9228bc8e (patch) | |
tree | 7167ba395bb2a74d6d3d9168be46747436b4c5a1 /files/css | |
parent | 3113176ea04b206308de8180198f127744a34b8e (diff) | |
download | nextcloud-server-4a9fdd2918c3828b4c60e22eda4dc89a9228bc8e.tar.gz nextcloud-server-4a9fdd2918c3828b4c60e22eda4dc89a9228bc8e.zip |
fancy upload button. does work with firefox (at least 4) and chromium, but not with Konqueror, Rekonq, Opera.
Diffstat (limited to 'files/css')
-rw-r--r-- | files/css/files.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/files/css/files.css b/files/css/files.css index 806582da213..6313e6d1ca6 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -20,6 +20,10 @@ } #file_upload_form { + display: inline; +} + +#fileSelector, #file_upload_cancel { display: none; } |