I noticed a width issue on the set date button (datebox mode). The button has a width of 77px set in the css:
.ui-datebox-controls div {
width: 77px;
text-align: center;
display: inline-block;
zoom: 1;
}
so the button only shows the icon and the first letter on the button text.
Is there any particular reason why the width is not set to 100%?
Thanks
I noticed a width issue on the set date button (datebox mode). The button has a width of 77px set in the css: .ui-datebox-controls div { width: 77px; text-align: center; display: inline-block; zoom: 1; } so the button only shows the icon and the first letter on the button text. Is there any particular reason why the width is not set to 100%? Thanks