From 67b348c7d6dd1619dc2322a4789335280e2cc2cf Mon Sep 17 00:00:00 2001 From: Claudius Weinberger Date: Sun, 26 Apr 2015 16:58:20 -0700 Subject: [PATCH] Added definition for demo overlay window --- .../aardvark/APP/frontend/scss/_demo.scss | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/js/apps/system/_admin/aardvark/APP/frontend/scss/_demo.scss b/js/apps/system/_admin/aardvark/APP/frontend/scss/_demo.scss index 95b66e319b..449079e0a2 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/scss/_demo.scss +++ b/js/apps/system/_admin/aardvark/APP/frontend/scss/_demo.scss @@ -9,3 +9,34 @@ div.demo-dropdown-menu { width: 222px; z-index: 100; } + +#flightQuerySelect.query-select { + height: 25px; + margin-top: 6px; + font-size: 13px; + line-height: 1.1em; +} + +#demo-mapdiv { + position: relative; +} + +#demo-mapdiv-info { + position: absolute; + right: 20px; + width: 225px; + height: 150px; + bottom: 20px; + border: 1.5px solid #222; + border-radius: 4px; + background-color: rgba(255,255,255, 0.75); + padding: 6px 6px 3px 6px; + font-size: 11px; + line-height: 1.3em; +} + +.amcharts-balloon-div { + line-height: 1.1em; +} + +