diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-11-08 20:33:26 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-11-08 20:34:08 +0100 |
commit | f7f7543d603595fcfb9846f8d9eefc774bf0ecc8 (patch) | |
tree | daa9339b15c8037f87c3601894476d5fe2f51a4e /scss/custom.scss | |
parent | 67d5f18e392e6454dfdbddbb6c151b570c7de784 (diff) | |
download | Ishtar-f7f7543d603595fcfb9846f8d9eefc774bf0ecc8.tar.bz2 Ishtar-f7f7543d603595fcfb9846f8d9eefc774bf0ecc8.zip |
Allow deactivation of "auto-pin" and of "pin menu" in the profile (refs #4307)
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 77f17c6e0..788220466 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -387,6 +387,10 @@ div#validation-bar{ padding: 0.6em 1em 0.1em 1em; } +#alert-list { + padding: 0.6em 0; +} + #alert-list a{ font-size: 1.1rem; } |