Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rwxr-xr-xcss/style.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 3632df52..d98e3b46 100755
--- a/css/style.css
+++ b/css/style.css
@@ -139,4 +139,14 @@
#members{
padding-top: 3em !important;
-} \ No newline at end of file
+}
+
+#file_upload_start{
+ position:relative;
+ left:0; top:0; width:200px; height:200px;
+ margin-bottom: -200px;padding:0;
+ cursor:pointer; overflow:hidden;
+ font-size:1em;
+ -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter:alpha(opacity=0); opacity:0;
+ z-index:20;
+ } \ No newline at end of file