| 51 | | #price{width:60px;} |
| 52 | | #memo{width:100%} |
| 53 | | #qty{text-align:center;width:50px;} |
| 54 | | #extended,.fieldTotal{width:75px;} |
| | 54 | #memo, .lineitemMemos{width:100%;padding-right:0;border-right:0;} |
| | 55 | #price, .lineitemPrices{width:60px;} |
| | 56 | #qty, .lineitemQuantities{text-align:right;width:50px;} |
| | 57 | #extended, .fieldTotal, .lineitemExtendeds{width:75px;} |
| | 58 | |
| | 59 | .lineitemMemos, .lineitemPrices, .lineitemQuantities, .lineitemExtendeds{} |
| 57 | | .lineitems td{height:22px; font-size:11px; vertical-align:top;padding-left:4px;} |
| 58 | | .lineitemsRight{ border-right:1px solid #CCCCCC;} |
| 59 | | .lineitemsLeft{ border-left:1px solid #CCCCCC;} |
| 60 | | .lineitemsBottom{ border-bottom:1px solid #CCCCCC;} |
| | 62 | |
| | 63 | .lineitemsButtonDivs{ |
| | 64 | display:none; |
| | 65 | position:absolute; |
| | 66 | background:white; |
| | 67 | padding-bottom:4px; |
| | 68 | padding-right:2px; |
| | 69 | } |
| | 70 | |
| | 71 | .lineitems .lineitemsButtonTDs{ |
| | 72 | vertical-align:top; |
| | 73 | } |
| | 74 | |
| | 75 | .lineitemsButtonDivs button{ |
| | 76 | margin-top:4px; |
| | 77 | } |
| | 78 | |
| | 79 | .lineitems td{ |
| | 80 | overflow:hidden; |
| | 81 | background:none; |
| | 82 | vertical-align:middle; |
| | 83 | padding:0; |
| | 84 | font-size:11px; |
| | 85 | border-color:#AAAAAA; |
| | 86 | border-left:0; |
| | 87 | border-right:0; |
| | 88 | } |
| | 89 | |
| | 90 | .lineitems p{margin:4px;padding:0;} |
| | 91 | |
| | 92 | .lineitems:hover td{ |
| | 93 | background:white; |
| | 94 | } |
| | 95 | |
| | 96 | .lineitemMemos{ |
| | 97 | width:100% |
| | 98 | } |
| | 99 | |
| | 100 | .lineitemsRight{ border-right:1px solid #AAAAAA;} |
| | 101 | .lineitemsLeft{ border-left:1px solid #AAAAAA;} |
| | 102 | .lineitemsBottom{ border-bottom:1px solid #AAAAAA;} |
| | 103 | |