diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-09-23 14:03:08 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-09-23 14:03:08 +0200 |
commit | 1e915cc14534d2fe68fdee05423fb82c035dd866 (patch) | |
tree | 47cf91f4c040786657f995fb4b6d15492820c188 /apps/files/css | |
parent | c587a4aaa212a48aca0b34fc2f9625774e02c472 (diff) | |
parent | 8c33a8e6fdff0babb18d031e399d30a1f2cab407 (diff) | |
download | nextcloud-server-1e915cc14534d2fe68fdee05423fb82c035dd866.tar.gz nextcloud-server-1e915cc14534d2fe68fdee05423fb82c035dd866.zip |
Merge pull request #11109 from owncloud/nstamm-patch-1
DragnDrop Upload text style
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index cbdfc672c87..35c5fa8926e 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -316,7 +316,14 @@ table td.filename .nametext .innernametext { table td.filename .uploadtext { font-weight: normal; - margin-left: 8px; + margin-left: 55px; + margin-top: 5px; + height: 20px; + padding: 10px 0; + font-size: 11px; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; + filter: alpha(opacity=50); + opacity: .5; } .ie8 input[type="checkbox"]{ |