diff options
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; |