Page 1 of 1

how to make a smaller input text box ?

Posted: Thu Oct 17, 2013 7:42 pm
by W Lee

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!


how to make a smaller input text box ?

Posted: Thu Oct 17, 2013 8:02 pm
by Maryna Brodina

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


how to make a smaller input text box ?

Posted: Thu Oct 17, 2013 8:20 pm
by W Lee

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;
}


how to make a smaller input text box ?

Posted: Thu Oct 17, 2013 8:48 pm
by Maryna Brodina

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