Rushabh Mehta | a920943 | 2012-05-07 18:00:57 +0530 | [diff] [blame] | 1 | |
| 2 | /* |
| 3 | * lib/css/legacy/fields.css |
| 4 | */ |
| 5 | /* Documents */ |
| 6 | |
| 7 | .frm_field_table { |
| 8 | width: 100%; |
| 9 | border-collapse: collapse; |
| 10 | } |
| 11 | |
| 12 | .datalabelcell { |
| 13 | padding: 2px 0px; |
| 14 | width: 160px; |
| 15 | vertical-align: top; |
| 16 | } |
| 17 | .datainputcell { padding: 2px 0px; } |
| 18 | |
| 19 | |
| 20 | .help ol { |
| 21 | padding-left: 19px; |
| 22 | } |
| 23 | |
| 24 | .field_description_top { |
| 25 | margin-bottom: 3px; |
| 26 | } |
| 27 | |
| 28 | .input_area input, select, textarea { |
| 29 | font-size: 14px; |
| 30 | padding: 2px; |
Rushabh Mehta | d6814dd | 2012-07-10 18:38:59 +0530 | [diff] [blame] | 31 | |
| 32 | -webkit-border-radius: 3px; |
| 33 | -moz-border-radius: 3px; |
| 34 | border-radius: 3px; |
Rushabh Mehta | a920943 | 2012-05-07 18:00:57 +0530 | [diff] [blame] | 35 | } |
| 36 | |
| 37 | .input_area input { |
| 38 | width: 80%; |
| 39 | margin: 0px; |
| 40 | } |
| 41 | .input_area select { |
| 42 | width: 80%; |
| 43 | } |
| 44 | .input_area textarea { |
| 45 | width: 90%; |
| 46 | } |
| 47 | |
| 48 | .disp_area { |
| 49 | width: 80%; |
| 50 | padding: 2px 0px; |
| 51 | font-size: 12px; |
Rushabh Mehta | d6814dd | 2012-07-10 18:38:59 +0530 | [diff] [blame] | 52 | background-color: #eee; |
| 53 | padding: 2px; |
| 54 | border: 1px solid #ddd; |
| 55 | |
| 56 | -webkit-border-radius: 3px; |
| 57 | -moz-border-radius: 3px; |
| 58 | border-radius: 3px; |
Rushabh Mehta | a920943 | 2012-05-07 18:00:57 +0530 | [diff] [blame] | 59 | } |
| 60 | .disp_area_no_val { |
Rushabh Mehta | d6814dd | 2012-07-10 18:38:59 +0530 | [diff] [blame] | 61 | min-height: 14px; |
Rushabh Mehta | a920943 | 2012-05-07 18:00:57 +0530 | [diff] [blame] | 62 | } |
| 63 | |
| 64 | .no_img { |
| 65 | padding: 40px; |
| 66 | width: 100px; |
| 67 | height: 20px; |
| 68 | color: #888; |
| 69 | text-align: center; |
| 70 | border: 1px solid #AAA; |
| 71 | } |
| 72 | |
| 73 | .input-mandatory { |
| 74 | font-size: 14px !important; |
| 75 | font-weight: bold; |
| 76 | } |
| 77 | |
| 78 | .field-to-update { |
| 79 | background-color:#FEE; |
| 80 | } |