wb-archiv283/trunk/wb/modules/form/frontend.css @ 2116
| 1 | 560 | Ruebenwurz | .required { |
|---|---|---|---|
| 2 | color: #FF0000; |
||
| 3 | }
|
||
| 4 | .field_title { |
||
| 5 | font-size: 12px; |
||
| 6 | width: 100px; |
||
| 7 | vertical-align: top; |
||
| 8 | text-align:right; |
||
| 9 | }
|
||
| 10 | .textfield { |
||
| 11 | font-size: 12px; |
||
| 12 | width: 200px; |
||
| 13 | }
|
||
| 14 | .textarea { |
||
| 15 | font-size: 12px; |
||
| 16 | width: 90%; |
||
| 17 | height: 100px; |
||
| 18 | }
|
||
| 19 | .field_heading { |
||
| 20 | font-size: 12px; |
||
| 21 | font-weight: bold; |
||
| 22 | border-bottom-width: 2px; |
||
| 23 | border-bottom-style: solid; |
||
| 24 | border-bottom-color: #666666; |
||
| 25 | padding-top: 10px; |
||
| 26 | color: #666666; |
||
| 27 | }
|
||
| 28 | .select { |
||
| 29 | font-size: 12px; |
||
| 30 | }
|
||
| 31 | .checkbox_label { |
||
| 32 | font-size: 11px; |
||
| 33 | cursor: pointer; |
||
| 34 | }
|
||
| 35 | .radio_label { |
||
| 36 | font-size: 11px; |
||
| 37 | cursor: pointer; |
||
| 38 | }
|
||
| 39 | .email { |
||
| 40 | font-size: 12px; |
||
| 41 | width: 200px; |
||
| 42 | 763 | Ruebenwurz | }
|
| 43 | /*** Don't remove the class nixhier, this is required for ASP ***/
|
||
| 44 | .nixhier { |
||
| 45 | display:none; |
||
| 46 | 560 | Ruebenwurz | }
|