server/apps/files_sharing/css
Daniel Calviño Sánchez a8323bbc05 Fix placement of icon in public share page for audio files
When the preview for audio files is used an HTML 5 audio element is
shown in the public share page. This element is added by the template,
so it is already there when the mimetype icon is added to the
"#imgframe" element. Instead of appended the icon is now prepended, so
it appears before the audio element (prepending instead of appending
should make no difference for other types of files, as in that case the
"#imgframe" element is empty). Besides that, the CSS was modified to
show the icon centered above the audio preview instead of next to it.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-06-27 13:33:22 +02:00
..
404.css Use default cursor for list items 2013-07-30 20:58:21 +03:00
mobile.scss Fix breakpoint and shrinking of the content + list 2018-11-14 17:19:35 +01:00
public.scss Fix placement of icon in public share page for audio files 2019-06-27 13:33:22 +02:00
publicView.scss Merge some CSS files using our SCSS compiler 2017-03-21 16:35:31 +01:00
sharedfilelist.css Added sharing overview page (WIP) 2014-05-30 10:06:29 +02:00