12 lines
295 B
CSS
12 lines
295 B
CSS
|
.soria .dijitTextBox {
|
||
|
margin: 0em 0.1em;
|
||
|
}
|
||
|
.soria .dijitTextBox,
|
||
|
.soria .dijitTextArea {
|
||
|
|
||
|
background:#fff url("../images/validationInputBg.png") repeat-x top left;
|
||
|
#background:#fff url('../images/validationInputBg.gif') repeat-x top left;
|
||
|
border:1px solid #c4c4c4;
|
||
|
line-height: normal;
|
||
|
}
|