Roo/bootstrap/Calendar.js
authorAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 04:51:02 +0000 (12:51 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 04:51:02 +0000 (12:51 +0800)
Roo/bootstrap/Calendar.js

index 2de4452..bd041c2 100644 (file)
@@ -228,7 +228,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
         var sz  = this.el.getSize();
         
         this.el.select('.fc-day-header',true).setWidth(sz.width / 7);
-        this.el.select('td.fc-day-content div',true).setHeight(34);
+        this.el.select('.fc-day-content div',true).setHeight(34);
     }
    
 });