Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by mount on Nov 19, 2009 02:06
open dhtmlx forum
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
Answer posted by Alex (support) on Nov 19, 2009 06:05

Hello,

width can be increased using following css styles:

<style>

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