From 0ddb5eebb995670e7621d6a52dae69bc8d96547a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 23 Jan 2019 14:55:47 +0100 Subject: Map: basic management of map tab --- scss/custom.scss | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'scss/custom.scss') diff --git a/scss/custom.scss b/scss/custom.scss index 4ef16121d..0420ad8e1 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -165,7 +165,7 @@ pre { .tab-content{ - padding-top: 1em; + padding-top: 0; } .input-progress.form-control:focus, @@ -614,12 +614,16 @@ ul.compact{ display: none; } +.search-vector .form-group{ + margin-bottom: 0; +} + .ishtar-gallery .card{ width: 200px; } .window-main-image { - height:300px; + height: 300px; display: block; } @@ -664,6 +668,11 @@ ul.compact{ width: 100%; } +.ishtar-table-map{ + width: 100%; + height: 50%; +} + .lg .lg-sub-html{ text-align: left; } -- cgit v1.2.3