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/style.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index 930a0d25..75315690 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -309,12 +309,27 @@ body.debug .debug-ui-right { .dropdown-menu-heading:hover { cursor: default; } +.menu__type-filter_item { + padding-left: 10px; + text-align: left; } + .menu__type-filter_item:hover { + background-color: lightgray; } + .menu__type-filter_item 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; } .input-container { width: 35%; } @@ -724,6 +739,7 @@ p { border: 1px solid #919095; cursor: pointer; float: right; + font-size: 12px; height: 36px; line-height: 36px; margin-left: 10px; @@ -753,6 +769,7 @@ p { height: 0; position: absolute; margin-left: 0px; + right: 0; width: 0; } #btn_merge { -- cgit v1.3.1