diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-06-17 11:45:55 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-06-17 11:45:55 +0200 |
commit | e7365c95078c39c1df5575c979bbdbed7cb7b568 (patch) | |
tree | 39c8c61e52bc907ecc25379b65b7fbb63d47a36b /apps/files_sharing/css | |
parent | 17685adb87167838aa6a851a5e6267988d4a54d5 (diff) | |
download | nextcloud-server-e7365c95078c39c1df5575c979bbdbed7cb7b568.tar.gz nextcloud-server-e7365c95078c39c1df5575c979bbdbed7cb7b568.zip |
fix broken buttons for IE8-11
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/public.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 82b8b6d307e..31c3bca8748 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -114,6 +114,7 @@ thead { margin: 0 5px; height: 28px; padding-bottom: 4px; + line-height: 14px; } #save .save-form [type="submit"] { |