diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-05-23 13:36:16 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-05-23 13:36:16 +0200 |
commit | 10c1fc8d24793cc54026389f264703ad6e3a7ad7 (patch) | |
tree | b852993c8754ae9c1c66dce6403d7706c410a6c5 /apps/files_sharing/css | |
parent | 71e1d919de274e30aa043dc6cae67d4e993b2f26 (diff) | |
download | nextcloud-server-10c1fc8d24793cc54026389f264703ad6e3a7ad7.tar.gz nextcloud-server-10c1fc8d24793cc54026389f264703ad6e3a7ad7.zip |
Show less whitespace above publicly shared images
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/public.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 70897af9eb9..1bafb780744 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -44,13 +44,6 @@ p.info a { max-width:100%; } -/* some margin for the file type icon */ -#imgframe .publicpreview { - margin-top: 10%; -} - - - thead { padding-left: 0 !important; /* fixes multiselect bar offset on shared page */ } |