From 153291f5440b9f4590a7aa435f45afc92089a9bc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 20 Feb 2019 16:50:35 +0100 Subject: Map: manage a default limit to items displayed --- scss/custom.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'scss') 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; -- cgit v1.2.3