From 484cd5faa683130149706b8ecd4782e0ff7b9d11 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Mon, 6 Apr 2015 16:32:45 +0300 Subject: filter menu: fix position, simplify HTML --- res/client/css/partials/dropdown-menu.scss | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'res/client/css/partials') diff --git a/res/client/css/partials/dropdown-menu.scss b/res/client/css/partials/dropdown-menu.scss index 49b39ec8..ba1dfb63 100644 --- a/res/client/css/partials/dropdown-menu.scss +++ b/res/client/css/partials/dropdown-menu.scss @@ -31,10 +31,31 @@ cursor: default; } +.menu__type-filter_item { + padding-left: 10px; + text-align: left; + + &:hover { + background-color: lightgray; + } + + & input { + position: relative; + left: -3px; + top: 3px; + } +} + #menu__type-filter { background-color: $white; + box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3); position: absolute; right: 155px; top: 0; - width: 200px; + width: 150px; +} + +#menu__type-filter_header { + background: darkgray; + font-weight: bold; } -- cgit v1.3.1