| 1 |
|
|---|
| 2 |
#frmItem p label { |
|---|
| 3 |
width: 150px; |
|---|
| 4 |
} |
|---|
| 5 |
#frmItem p label { |
|---|
| 6 |
width: 150px; |
|---|
| 7 |
text-align: left; |
|---|
| 8 |
} |
|---|
| 9 |
#frmItem p input.longText { |
|---|
| 10 |
width: 80%; |
|---|
| 11 |
} |
|---|
| 12 |
#frmItem span.tipText { |
|---|
| 13 |
width: 250%; |
|---|
| 14 |
} |
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 |
#frmConfiguration p label { |
|---|
| 18 |
width: 200px; |
|---|
| 19 |
} |
|---|
| 20 |
#frmConfiguration p label { |
|---|
| 21 |
width: 200px; |
|---|
| 22 |
text-align: left; |
|---|
| 23 |
} |
|---|
| 24 |
#frmConfiguration p input.longText { |
|---|
| 25 |
width: 80%; |
|---|
| 26 |
} |
|---|
| 27 |
#frmConfiguration span.tipText { |
|---|
| 28 |
width: 250%; |
|---|
| 29 |
} |
|---|
| 30 |
|
|---|
| 31 |
#frmEnquiryEdit p label { |
|---|
| 32 |
width: 200px; |
|---|
| 33 |
} |
|---|
| 34 |
#frmEnquiryEdit p label { |
|---|
| 35 |
width: 200px; |
|---|
| 36 |
text-align: left; |
|---|
| 37 |
} |
|---|
| 38 |
#frmEnquiryEdit p input.longText { |
|---|
| 39 |
width: 80%; |
|---|
| 40 |
} |
|---|
| 41 |
#frmEnquiryEdit span.tipText { |
|---|
| 42 |
width: 250%; |
|---|
| 43 |
} |
|---|
| 44 |
|
|---|
| 45 |
/* |
|---|
| 46 |
-- enquiryReorder.html -----------------------------------------*/ |
|---|
| 47 |
#enquirySelector { |
|---|
| 48 |
float: left; |
|---|
| 49 |
} |
|---|
| 50 |
#enquiryReorder { |
|---|
| 51 |
float: left; |
|---|
| 52 |
margin-left: 10px; |
|---|
| 53 |
} |
|---|
| 54 |
a.enquiryMoveUp { |
|---|
| 55 |
display: block; |
|---|
| 56 |
margin-top: 80px; |
|---|
| 57 |
padding: 0 20px; |
|---|
| 58 |
background: url('<?php echo $baseUrl ?>/images/16/move_up.gif') 0 50% no-repeat; |
|---|
| 59 |
} |
|---|
| 60 |
a.enquiryMoveDown { |
|---|
| 61 |
display: block; |
|---|
| 62 |
margin-top: 10px; |
|---|
| 63 |
padding: 0 20px; |
|---|
| 64 |
background: url('<?php echo $baseUrl ?>/images/16/move_down.gif') 0 50% no-repeat; |
|---|
| 65 |
} |
|---|