From 950cb59825ae15830b27b4a1a996eaf77b1d04cc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 5 Feb 2019 18:58:11 +0100 Subject: Map: manage complete list of items --- scss/custom.scss | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'scss') diff --git a/scss/custom.scss b/scss/custom.scss index 0406858cf..c577c7def 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -668,6 +668,28 @@ ul.compact{ width: 100%; } +.simple-window{ + position: absolute; + left: 50%; + display: none; +} + +.simple-window-content{ + position: relative; + left: -50%; + top: -470px; + width: 350px; + background-color: #fff; + border: 1px solid $gray-500; + border-radius: 0.3rem; +} + +.simple-window .modal-body{ + max-height: 300px; + overflow-x: hidden; + overflow-y: auto; +} + .ishtar-table-map{ width: 100%; height: 50%; @@ -681,8 +703,10 @@ ul.compact{ border-style: solid; border-width: 1px; border-color: $gray-500; + display: none; } +.simple-window-content ul, .ishtar-map-popup ul { margin: 0; padding: 0; -- cgit v1.2.3