[FIX] Fixed calendar instead of ul of searchvox.

bzr revid: bth@tinyerp.com-20130123100322-zw0e40btcex2wfjc
This commit is contained in:
Bhumi Thakkar (Open ERP) 2013-01-23 15:33:22 +05:30
parent bf07b11a06
commit ffc09a7251
3 changed files with 2 additions and 3 deletions

View File

@ -445,7 +445,6 @@ instance.web.SearchView = instance.web.Widget.extend(/** @lends instance.web.Sea
? $('<a>').html(item.label)
: $('<a>').text(item.value));
}
$(ul[0]).css({'z-index': 2});
return $item.text(item.label)
.css({
borderTop: '1px solid #cccccc',

View File

@ -18,7 +18,7 @@
.openerp .oe_calendar .dhx_cal_select_menu .dhx_menu_icon.icon_edit {
display: none;
}
.openerp .oe_calendar .dhx_cal_navline {
.openerp .oe_calendar .dhx_cal_navline, .openerp .oe_calendar .dhx_cal_header {
z-index: auto;
}
.openerp .oe_calendar.oe_cal_month .dhx_cal_data table tr td:last-child div.dhx_month_body {

View File

@ -20,7 +20,7 @@
// Dhtmlx Scheduler css overrides
.dhx_cal_select_menu .dhx_menu_icon.icon_edit
display: none
.dhx_cal_navline
.dhx_cal_navline, .dhx_cal_header
// dhtmlx sets the index to 3 (in glossy theme)
// I didn't found the reason yet but it overlaps the
// dropdown menus and I want to avoid a z-index war.