summaryrefslogtreecommitdiffstats
path: root/core/css/public.scss
Commit message (Collapse)AuthorAgeFilesLines
* Split the menu entry for external shares in twoDaniel Calviño Sánchez2019-12-301-2/+1
| | | | | | | | | | | | | | | | The external shares entry showed a "button" that, when pressed, replaced the button with the input to set the remote share address. The "button" was actually a label for the input, so when the label was focused it transferred the focus to the input and thus pressing enter or space did not show the input. Moreover, inputs inside links are not valid HTML, and once shown there was no way to hide the input again. Due to all this, and for consistency with the direct link input, the external share input was moved to a different menu item that is shown and hidden when the button, which nows is also a real button, is clicked. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Change menu toggle element from span to buttonDaniel Calviño Sánchez2019-12-301-0/+10
| | | | | | | This makes possible to navigate to the menu toggle using the keyboard, as well as being semantically more correct. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fixes the footer #12357Michael Weimann2018-11-091-2/+2
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Move fonts from light/semibold to regular/bold for better readabilityJan-Christoph Borchardt2018-10-191-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #11502 from nextcloud/share-headerMorris Jobke2018-10-011-2/+0
|\ | | | | Fix share header text on small widths
| * Remove non-clickable right margin from 3-dot-menu in share page headerJan-Christoph Borchardt2018-10-011-2/+0
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Fix public page footer link wrapJan-Christoph Borchardt2018-10-011-0/+3
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #10838 from nextcloud/header-fixes-and-public-noteMorris Jobke2018-08-241-9/+0
|\ | | | | Header fixes and public note
| * Fix mobile view and add public share note viewJohn Molakvoæ (skjnldsv)2018-08-241-9/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Show link to simple sign up pageMorris Jobke2018-08-231-1/+3
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix footer and public min-heightJohn Molakvoæ (skjnldsv)2018-08-151-2/+23
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix base layout content paddingJulius Härtl2018-08-031-0/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fixed scrolling containerJohn Molakvoæ (skjnldsv)2018-07-241-0/+15
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Public scssJohn Molakvoæ (skjnldsv)2018-06-201-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move external share saving to templateJulius Härtl2018-04-051-3/+14
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move styling and menu handling to publicpage.jsJulius Härtl2018-04-051-1/+15
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fixed public templateJohn Molakvoæ (skjnldsv)2018-03-071-17/+17
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add public templateJulius Härtl2018-02-271-0/+22
Signed-off-by: Julius Härtl <jus@bitgrid.net>