Page 1 of 1

Can you increase the size of the button on the datepicker?

Posted: Thu Jun 20, 2013 1:30 pm
by Roger

I would like to increase the size of the button on the datapicker control. Is this possible?


Can you increase the size of the button on the datepicker?

Posted: Thu Jun 20, 2013 3:43 pm
by Kateryna Grynko

Hi Roger,

You can create custom CSS style:
code.hasDatepicker {
font-size: 1.3em;
}/code
All the fonts of calendar pop-up block will be changed proportionally. Changing this value you can achieve the desired size.


Can you increase the size of the button on the datepicker?

Posted: Thu Jun 20, 2013 4:31 pm
by Roger

This does not appear to change the size of the button that produces the pop-up. I am looking to increase the size of the button.


Can you increase the size of the button on the datepicker?

Posted: Thu Jun 20, 2013 4:46 pm
by Kateryna Grynko

Hi Roger,

Use the browser development tools, and see which styles you need to change to increase the button size. You need to change the styles for the two elements. To find them inspect Datepicker in developer tools test mode.