[FIX] CSS z-index to avoid display bug with search drawer

bzr revid: jke@openerp.com-20131107145134-3qzl4aat1frigmmb
This commit is contained in:
jke-openerp 2013-11-07 15:51:34 +01:00
parent 956c1efe05
commit f4e243b61d
3 changed files with 16 additions and 2 deletions

View File

@ -0,0 +1,4 @@
web_fullcalendar.css: web_fullcalendar.sass
sass --trace -t expanded web_fullcalendar.sass web_fullcalendar.css

View File

@ -3,6 +3,10 @@
position: relative;
}
.openerp .oe_searchview.oe_searchview_open_drawer .oe_searchview_drawer {
z-index: 10;
}
.openerp .oe_fullcalendar_widget .fc-content .fc-event .close-btn {
color: white;
position: absolute;
@ -18,7 +22,8 @@
padding: 1px;
background-color: #b40000;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
visibility: hidden;
visibility: hidden;
z-index: 9;
}
.openerp .oe_fullcalendar_widget .fc-content .fc-event:hover .close-btn {
visibility: visible;

View File

@ -3,6 +3,11 @@
.openerp
.oe_view_manager_view_calendar
position: relative
.openerp
.oe_searchview.oe_searchview_open_drawer
.oe_searchview_drawer
z-index: 10
.openerp
.oe_fullcalendar_widget
@ -24,7 +29,7 @@
background-color: rgba(180, 0, 0, 1)
box-shadow: 0px 0px 2px rgba(0, 0, 0, .5)
visibility: hidden
z-index: 100
z-index: 9
.fc-event:hover
.close-btn
visibility: visible