:: Forum >>

Default size of an input box.

Hello Folks,

How do I find the default size of an input box (AW.UI.Input) ?

Jaydeep Deshmukh
Tuesday, November 21, 2006
it is defined in input.css (/source/styles/common/input.css)

.aw-input-box {
    width: 100px;
    height: 20px;
    padding: 0px;
    border: 1px solid;
    background: #fff;
}
Alex (ActiveWidgets)
Wednesday, November 22, 2006

This topic is archived.


Back to support forum

Forum search