:: Forum >> Version 2 >>

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 {
    
width100px;
    
height20px;
    
padding0px;
    
border1px solid;
    
background#fff;
}
 
Alex (ActiveWidgets)
Wednesday, November 22, 2006



This topic is archived.

Back to support forum

Forum search