From 750c87ed38d792aa11e4e3e832455384a6c28103 Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Thu, 21 Aug 2014 14:19:19 +0200 Subject: [PATCH] css changes for dropdown class --- js/apps/system/aardvark/frontend/scss/_dropdowns.scss | 5 +++++ js/apps/system/aardvark/frontend/scss/generated.css | 3 +++ 2 files changed, 8 insertions(+) diff --git a/js/apps/system/aardvark/frontend/scss/_dropdowns.scss b/js/apps/system/aardvark/frontend/scss/_dropdowns.scss index 69b6a93747..efeac736f6 100644 --- a/js/apps/system/aardvark/frontend/scss/_dropdowns.scss +++ b/js/apps/system/aardvark/frontend/scss/_dropdowns.scss @@ -68,6 +68,11 @@ div.queryline { color: $c-black; height: 35px; + .textDiv { + margin-right: 10px; + margin-top: 4px; +} + select, input { diff --git a/js/apps/system/aardvark/frontend/scss/generated.css b/js/apps/system/aardvark/frontend/scss/generated.css index 392d1aab95..609bf41ef2 100644 --- a/js/apps/system/aardvark/frontend/scss/generated.css +++ b/js/apps/system/aardvark/frontend/scss/generated.css @@ -4189,6 +4189,9 @@ div.dropdownInner { div.queryline { color: black; height: 35px; } + div.queryline .textDiv { + margin-right: 10px; + margin-top: 4px; } div.queryline select, div.queryline input { margin-bottom: 5px; }