[FIX] calendar view missing 1/2 hour
authorFabien Meghazi <fme@openerp.com>
Tue, 31 Jan 2012 12:52:16 +0000 (13:52 +0100)
committerFabien Meghazi <fme@openerp.com>
Tue, 31 Jan 2012 12:52:16 +0000 (13:52 +0100)
lp bug: https://launchpad.net/bugs/922328 fixed

bzr revid: fme@openerp.com-20120131125216-7om1iuhuzdvf6loq

addons/web_calendar/static/src/css/web_calendar.css

index a5de664..db26258 100644 (file)
@@ -352,10 +352,6 @@ background-color:#ECECEC;
     font-size: 90%;
     -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px;
 }
-.openerp .dhx_cal_event .dhx_title {
-    /* fp request: hide the title in weekly/daily views */
-    display: none;
-}
 
 .openerp .dhx_cal_event .dhx_body{
     border-width:0 1px 1px 1px;