From 07d2319487de9cdff5872f34d09f7c21920891d2 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 7 Mar 2014 16:36:45 +0000 Subject: [PATCH] Fix nm filter overlay search and fav divs, by give other nodes position:relative too, to get z-index into account --- etemplate/templates/default/etemplate2.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 0ec43c007b..f854ccaacc 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -824,7 +824,9 @@ div.message.floating { } .nextmatch_header > .search { float: left; - width: 14%; + width: 16%; + position: relative; + z-index: 1; } .nextmatch_header > .search > input { width: 75%; @@ -864,6 +866,8 @@ div.message.floating { .nextmatch_header div[id$=favorite_wrapper] { margin-top: 6px; vertical-align: middle; + position: relative; + z-index: 1; } #nm_favorites_popup_filters .filter_id, #nm_favorites_popup_filters .filter_value {