W Lee
Posts: 0
Joined: Wed Oct 09, 2013 1:25 am

how to make a smaller input text box ?

Hi,

I have a input text box for local medical emergency number, e.g. 911 in USA, but the textbox is way bigger than needed. How can I change the width and height of it ?

I read http://docs.appery.io/documentation/b...

but when I tried width 20px, height 20px, etc, it does not resize to smaller.

Any help ?

Thank you!

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

how to make a smaller input text box ?

Hello! You would need to use CSS. This should help http://docs.appery.io/documentation/w...

W Lee
Posts: 0
Joined: Wed Oct 09, 2013 1:25 am

how to make a smaller input text box ?

THANK YOU!
Any url pointer to see all the keywords, e.g. input textbox width , height ?

e.g. below is font-size for the button,
.my-button {
font-style: italic;
}

if I like smaller button, is it below ?

$.my-button {
width: 20px;
height: 20px;
}

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

how to make a smaller input text box ?

Yes. You can apply style for all buttons or for any specific button (you would need to set class for this button).

Return to “Issues”