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 | 153291f5440b9f4590a7aa435f45afc92089a9bc (patch) | |
tree | ca03cf2e0f91d8024650148af782eeef245344c3 /scss | |
parent | 553907675b24efa81366ae6ccee9c1afeb7dcef0 (diff) | |
download | Ishtar-153291f5440b9f4590a7aa435f45afc92089a9bc.tar.bz2 Ishtar-153291f5440b9f4590a7aa435f45afc92089a9bc.zip |
Map: manage a default limit to items displayed
Diffstat (limited to '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; |