e44a7e37b6
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f
15 lines
478 B
CSS
15 lines
478 B
CSS
.soria .dijitTextBox {
|
|
margin: 0em 0.1em;
|
|
}
|
|
|
|
.soria .dijitTextBox,
|
|
.soria .dijitTextArea {
|
|
/* For all except dijit.form.NumberSpinner: the actual input element.
|
|
For TextBox, ComboBox, Spinner: the table that contains the input.
|
|
Otherwise the actual input element.
|
|
*/
|
|
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;
|
|
}
|