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 | 3555eccdccc0ea67459fabf0a12b85e31b017758 (patch) | |
tree | daa9339b15c8037f87c3601894476d5fe2f51a4e /scss/custom.scss | |
parent | a8172b647980667bef078c865034b52f6523be4b (diff) | |
download | Ishtar-3555eccdccc0ea67459fabf0a12b85e31b017758.tar.bz2 Ishtar-3555eccdccc0ea67459fabf0a12b85e31b017758.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; } |