summaryrefslogtreecommitdiff
path: root/res/client/css/partials
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-04-06 13:44:27 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-06 13:44:27 +0300
commita63f70c58122c69ce28208510aeaa16f823fcd47 (patch)
tree4013cf83f5dc9b723bf68bd40a9e69a1529b6676 /res/client/css/partials
parent6999761762aa773234de1bb642e91026475ca234 (diff)
fixing filter menu positioning
Diffstat (limited to 'res/client/css/partials')
-rw-r--r--res/client/css/partials/dropdown-menu.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/client/css/partials/dropdown-menu.scss b/res/client/css/partials/dropdown-menu.scss
index 504fd6a6..49b39ec8 100644
--- a/res/client/css/partials/dropdown-menu.scss
+++ b/res/client/css/partials/dropdown-menu.scss
@@ -33,8 +33,8 @@
#menu__type-filter {
background-color: $white;
- position: relative;
- right: 220px;
- top: -5px;
+ position: absolute;
+ right: 155px;
+ top: 0;
width: 200px;
}