diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-06 13:44:27 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-06 13:44:27 +0300 |
| commit | a63f70c58122c69ce28208510aeaa16f823fcd47 (patch) | |
| tree | 4013cf83f5dc9b723bf68bd40a9e69a1529b6676 /res/client/css/style.css | |
| parent | 6999761762aa773234de1bb642e91026475ca234 (diff) | |
fixing filter menu positioning
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index f4f80102..930a0d25 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -311,9 +311,9 @@ body.debug .debug-ui-right { #menu__type-filter { background-color: white; - position: relative; - right: 220px; - top: -5px; + position: absolute; + right: 155px; + top: 0; width: 200px; } .input-container { |
