]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dijit/themes/soria/form/Textarea.css.commented.css
Comment class stub
[eow] / static / dojo-release-1.1.1 / dijit / themes / soria / form / Textarea.css.commented.css
1 .soria .dijitTextBox {
2         margin: 0em 0.1em;
3 }
4
5 .soria .dijitTextBox,
6 .soria .dijitTextArea {
7         /*      For all except dijit.form.NumberSpinner:  the actual input element.
8                 For TextBox, ComboBox, Spinner: the table that contains the input.
9                 Otherwise the actual input element.
10         */
11         background:#fff url("../images/validationInputBg.png") repeat-x top left;
12         #background:#fff url('../images/validationInputBg.gif') repeat-x top left;
13         border:1px solid #c4c4c4;
14         line-height: normal;
15 }