Skip to content
Mottie edited this page Apr 7, 2011 · 15 revisions

Wiki Pages: Home | FAQ | Setup | Options ( Layout, Language, Useability, Actions ) | Methods | Theme | Log

##Q: Is there an easy way to change the size of the keyboard?

###A: Yes! Change the css. In the keyboard.css file look for these lines:

 .ui-keyboard div { font-size: 18px; }
 .ui-keyboard-button { height: 2em; width: 2em; margin: .1em; cursor: pointer; }
  • The font-size of 1.1em (110% of the set font size on the page) will also adjust the overall size of the keyboard. If the font size isn't the problem, then you can adjust the button size in the second line of css to change that size.
Clone this wiki locally