Fix nm filter overlay search and fav divs, by give other nodes position:relative too, to get z-index into account

This commit is contained in:
Hadi Nategh 2014-03-07 16:36:45 +00:00
parent 0773d1ad3a
commit 07d2319487

View File

@ -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 {