From 27cbef194960af0c7f2e22e092c47db15284ec18 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 5 Mar 2013 21:21:35 +0100 Subject: fixed position of autocompletion, updated libraries --- module/web/static/css/default/dashboard.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'module/web/static/css/default/dashboard.less') diff --git a/module/web/static/css/default/dashboard.less b/module/web/static/css/default/dashboard.less index e2cc739c6..2a4adf0e7 100644 --- a/module/web/static/css/default/dashboard.less +++ b/module/web/static/css/default/dashboard.less @@ -279,6 +279,18 @@ FANCY CHECKBOXES Actionbar */ +.form-search { + position: relative; + + .dropdown-menu { + min-width: 100%; + position: absolute; + right: 0; + left: auto; + } + +} + li.finished > a, li.finished:hover > a { background-color: @green; color: @light; -- cgit v1.2.3