Search found 2 matches

Go to advanced search

by W Lee
Thu Oct 17, 2013 8:20 pm
Forum: Issues
Topic: how to make a smaller input text box ?
Replies: 3
Views: 108
 
Jump to post

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

by W Lee
Thu Oct 17, 2013 7:42 pm
Forum: Issues
Topic: how to make a smaller input text box ?
Replies: 3
Views: 108
 
Jump to post

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 ...

Go to advanced search