lightbox width value

I’m using kubuntu-linux and firefox and the last select of the hour section in the lightbox skips to the next row.
I would like to increase the width value in order to avoid that behavior.
¿Can it be done?

Thanks


Hello,


width can be increased using following css styles:





.dhx_cal_light {
width:580px;
}
.dhx_cal_larea{
width:572px; /this width should be in 8px less than the previous one/
}