diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-20 16:50:35 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-04-24 19:38:57 +0200 |
commit | 579fa06f40218802184d3cf78df457b0c504bb67 (patch) | |
tree | ca03cf2e0f91d8024650148af782eeef245344c3 /scss/custom.scss | |
parent | e421fcb5c868eb02cb40988ab73f7a83c1cda652 (diff) | |
download | Ishtar-579fa06f40218802184d3cf78df457b0c504bb67.tar.bz2 Ishtar-579fa06f40218802184d3cf78df457b0c504bb67.zip |
Map: manage a default limit to items displayed
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 1808c7e1e..9e50c4205 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -62,6 +62,15 @@ label { display: inline; } +.form-check-label{ + margin: 0.1em 0.5em; +} + +.form-check-label .fa{ + font-size: 1.4em; + color: $ishtar-color; +} + pre { white-space: pre-wrap; } @@ -798,6 +807,10 @@ ul.compact{ background: url(../media/images/map-background.jpg) repeat; } +.ishtar-map-top{ + padding: 0.5em; +} + .ishtar-map-popup{ background-color: #fff; padding: 0.5em 1em; |