summaryrefslogtreecommitdiffstats
path: root/core/css/publicshareauth.css
Commit message (Collapse)AuthorAgeFilesLines
* Remove extra margin from warning messages in authenticate pageDaniel Calviño Sánchez2019-05-071-0/+5
| | | | | | | | | | In the public share authentication page the form elements appear inside a container that uses the "warning" CSS class. When the given password is wrong a warning message is shown inside that container; this message uses the "warning" CSS class too, so the top margin set for ".warning" elements need to be removed in that case. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix password protected share link buttonJan-Christoph Borchardt2018-10-231-11/+11
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Override server SCSS rules for confirm button in guest pagesDaniel Calviño Sánchez2018-07-131-1/+2
| | | | | | | | | | | | As the server defines some SCSS rules using "XXX + .icon-confirm" the selector is more specific than just "input" used in "guest.css", so the server SCSS rules took precedence over the guest CSS rules. Now a more specific selector was added to the guest and public share auth rules; as the guest and public share auth rules are loaded after the server ones now the guest rules for input elements take precedence over the server ones. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Move public auth page overRoeland Jago Douma2018-06-201-0/+27
Now this is in core so the basics (that 99% of the app will want to use) looks always the same. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>