diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-09 02:48:00 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-09 02:57:02 +0200 |
| commit | 8c1c8e789788cfb67f37f68089b5be4c44e1c090 (patch) | |
| tree | 2d5f30745bade5a00678319b8839105032fe79b3 /res/client/css | |
| parent | a7cb9226864e3788c29e1975be8e097cf3b25b71 (diff) | |
style: filter-menu
Diffstat (limited to 'res/client/css')
| -rw-r--r-- | res/client/css/partials/dropdown-menu.scss | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/res/client/css/partials/dropdown-menu.scss b/res/client/css/partials/dropdown-menu.scss index 798c4741..540c2e58 100644 --- a/res/client/css/partials/dropdown-menu.scss +++ b/res/client/css/partials/dropdown-menu.scss @@ -1,11 +1,8 @@ .dropdown-menu { - width: 180px; + border: 1px solid $mid-grey; color: $dark-grey; font-size: $h3-size; list-style-type: none; - margin-top: 6px; - border: 1px solid $mid-grey; - background: white; z-index: 100; @include rz-box-shadow(0px, 3px, 6px, 0px, rgba(0,0,0,0.3) ); } @@ -13,6 +10,7 @@ .dropdown-item { padding: 6px 0px 6px 18px; cursor: pointer; + text-align: left; } .dropdown-item:hover { @@ -24,10 +22,18 @@ .dropdown-menu-heading { font-family: $bold-font-family; + background-color: lightgrey; border-bottom: 1px solid $mid-light-grey; } .dropdown-menu-heading:hover { padding: 6px 0px 6px 18px; cursor: default; +} + +#menu__type-filter { + position: relative; + right: 220px; + top: -5px; + width: 200px; }
\ No newline at end of file |
