aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css/public.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(styles): Adjust code style in SCSS sources to match our stylelint ↵Ferdinand Thiessen2024-11-191-5/+3
| | | | | | config Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Remove legacy JS code for public page menu (header actions)Ferdinand Thiessen2024-09-031-25/+0
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-291-14/+12
| | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* chore: Add SPDX headerAndy Scherzinger2024-06-061-0/+5
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix video fullscreen on public pageSimon L2022-12-271-0/+4
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix footerszaimen2022-10-031-2/+8
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix public view - attempt 2szaimen2022-09-291-5/+4
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* fix: also apply top margin to audio in firefoxMax2022-09-141-1/+1
| | | | | | | | Based on https://github.com/nextcloud/viewer/pull/1371 . If we are displaying an audio file in a single page share provide enough margin to display the speed settings. Signed-off-by: Max <max@nextcloud.com>
* fix public audio styleszaimen2022-09-131-0/+9
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* fix public viewszaimen2022-09-131-2/+15
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* feature: first take on using the viewer to render single file sharesMax2022-08-251-0/+13
| | | | Signed-off-by: Max <max@nextcloud.com>
* Replace files app ids to classesVincent Petry2022-07-261-9/+9
| | | | | | | | | | | Replaced ids to classes for the following: - #filestable -> .files-filestable - #fileList -> .files-fileList - #controls -> .files-controls - #emptycontent -> .emptyfilelist.emptycontent Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Migrate apps scssJohn Molakvoæ2022-05-131-2/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* space above the downloadFile element addedsangramsinh.desai@t-systems.com2021-09-021-0/+1
| | | | | Signed-off-by: Sangramsinh Desai <sangramsinh.desai@t-systems.com> Signed-off-by: sangramsinh.desai@t-systems.com <sangramsinh.desai@t-systems.com>
* Fix public layout header title & descriptionJohn Molakvoæ (skjnldsv)2020-04-301-16/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #19913 from ↵Roeland Jago Douma2020-04-031-0/+6
|\ | | | | | | | | nextcloud/bugfix/noid/remove-user-name-from-public-sharing-page Remove user name from public sharing page
| * Remove user name from public sharing pageJoas Schilling2020-04-011-0/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | add translation strings & add margin to uploaded files-listChristopher Mueller2020-03-311-1/+1
| | | | | | | | Signed-off-by: Christopher Mueller <chrinimue@posteo.me>
* | add progressbar for every element & better designChristopher Mueller2020-03-311-4/+12
| | | | | | | | Signed-off-by: Christopher Mueller <chrinimue@posteo.me>
* | Add basic progressbar to public upload pageChristopher Mueller2020-03-311-0/+4
|/ | | | Signed-off-by: Christopher Mueller <chrinimue@posteo.me>
* Merge pull request #16118 from ↵Roeland Jago Douma2019-06-271-0/+6
|\ | | | | | | | | nextcloud/fix-placement-of-icon-in-public-share-page-for-audio-files Fix placement of icon in public share page for audio files
| * Fix placement of icon in public share page for audio filesDaniel Calviño Sánchez2019-06-271-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Fix download entry shown on public share menu when not in mobileDaniel Calviño Sánchez2019-06-121-1/+1
| | | | | | | | | | | | | | Due to a typo in the variable name the rule was not properly parsed and applied. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | CSS: adjust media query breakpoint to improve tablet readabilitynacho2019-05-301-1/+1
|/ | | | see https://github.com/nextcloud/news/pull/467
* Tweak the uploaded files icon positionMichael Weimann2019-01-041-1/+2
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Fix breakpoint and shrinking of the content + listJohn Molakvoæ (skjnldsv)2018-11-141-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Better primary visual on public pagesJohn Molakvoæ (skjnldsv)2018-11-071-0/+14
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Improve text to be better translatable and use CSS instead of HTML for bold textMorris Jobke2018-11-071-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Moves the terms of service into a dialogMichael Weimann2018-11-071-5/+4
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Inlines the share note for file dropsMichael Weimann2018-11-071-4/+12
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Add grid toggle for every files viewJohn Molakvoæ (skjnldsv)2018-11-061-0/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix public background overrideJohn Molakvoæ (skjnldsv)2018-10-231-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #11538 from nextcloud/heading-boldMarin Treselj2018-10-031-1/+0
|\ | | | | Set headings to Semibold for better information architecture
| * Change heading weights from Light to Semibold for better information ↵Jan-Christoph Borchardt2018-10-011-1/+0
| | | | | | | | | | | | architecture Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Fix header overflow, fix more apps menu, fix #11552Jan-Christoph Borchardt2018-10-021-0/+6
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Ellipsize long filenames and sharee names in public share page headerJan-Christoph Borchardt2018-10-011-1/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix mobile view and add public share note viewJohn Molakvoæ (skjnldsv)2018-08-241-4/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix header calculation and better public designJohn Molakvoæ (skjnldsv)2018-08-241-3/+12
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix public pages backgroundJohn Molakvoæ (skjnldsv)2018-08-161-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* show note on public link pageBjoern Schiessle2018-07-211-0/+5
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Various apps scssJohn Molakvoæ (skjnldsv)2018-06-201-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix user selectable text for public links for text filesMorris Jobke2018-04-161-6/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move styling and menu handling to publicpage.jsJulius Härtl2018-04-051-14/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fixed ext share style and use varable for popover heightJohn Molakvoæ (skjnldsv)2018-03-071-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Improved inline confirm icon with opacity and fixed ext share loading stateJohn Molakvoæ (skjnldsv)2018-03-071-16/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed public templateJohn Molakvoæ (skjnldsv)2018-03-071-9/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use PublicTemplateResponse for files_sharingJulius Härtl2018-02-271-8/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove video preview from files_sharingJulius Härtl2018-01-221-6/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Directly show linkJan-Christoph Borchardt2017-11-011-7/+6
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix scrollbar showing up on public pageJan-Christoph Borchardt2017-11-011-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>