diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-01-16 15:28:39 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-01-16 15:28:39 +0100 |
commit | c0590676a005c0890e43b7a2b2950fee2758efef (patch) | |
tree | 18e3bd0bf142308a7d04c6fe933e39c5ccc5f1f5 /apps/files_sharing/css | |
parent | 3e7cf4110dc5bce2241830ed8ab0ddb57791442a (diff) | |
download | nextcloud-server-c0590676a005c0890e43b7a2b2950fee2758efef.tar.gz nextcloud-server-c0590676a005c0890e43b7a2b2950fee2758efef.zip |
fix public share download button width
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/public.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 54a25d0ce34..d593d353dd7 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -88,13 +88,20 @@ thead{ margin: 0; } +.directDownload, .directLink { margin-bottom: 20px; } + .directDownload .button img { + vertical-align: text-bottom; + } .directLink label { font-weight: normal; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; + filter: alpha(opacity=50); + opacity: .5; } .directLink input { - margin-left: 10px; + margin-left: 5px; width: 300px; } |