diff options
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 13 |
1 files changed, 11 insertions, 2 deletions
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; } |