Changeset 176 for trunk/phpbms/common
- Timestamp:
- 12/27/06 18:40:19 (5 years ago)
- Location:
- trunk/phpbms/common/stylesheet/mozilla
- Files:
-
- 8 added
- 4 modified
-
forms.css (modified) (3 diffs)
-
image/button-money-disabled.png (added)
-
image/button-money.png (added)
-
image/button-ship-disabled.png (added)
-
image/button-ship.png (added)
-
pages/client.css (modified) (1 diff)
-
pages/discounts.css (added)
-
pages/invoice.css (modified) (2 diffs)
-
pages/paymentmethods.css (added)
-
pages/roles.css (modified) (1 diff, 1 prop)
-
pages/shippingmethods.css (added)
-
pages/tax.css (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/common/stylesheet/mozilla/forms.css
r170 r176 80 80 81 81 .buttonRew{background:url(image/button-rew.png) 0 0 no-repeat;} 82 .buttonCheck{background:url(image/button-check.png) 0 0 no-repeat;} 82 83 .buttonFF{background:url(image/button-ff.png) 0 0 no-repeat;} 83 84 .buttonNew{background:url(image/button-new.png) 0 0 no-repeat;} … … 86 87 .buttonEditDisabled{background:url(image/button-edit-disabled.png) 0 0 no-repeat;} 87 88 .buttonDate{background:url(image/button-date.png) 0 0 no-repeat;} 89 .buttonMoney{background:url(image/button-money.png) 0 0 no-repeat;} 90 .buttonMoneyDisabled{background:url(image/button-money-disabled.png) 0 0 no-repeat;} 88 91 .buttonPrint{background:url(image/button-print.png) 0 0 no-repeat;} 89 92 .buttonPrintDisabled{background:url(image/button-print-disabled.png) 0 0 no-repeat;} … … 94 97 .buttonMinus{background:url(image/button-minus.png) 0 0 no-repeat;} 95 98 .buttonMinusDisabled{background:url(image/button-minus-disabled.png) 0 0 no-repeat;} 99 .buttonShip{background:url(image/button-ship.png) 0 0 no-repeat;} 100 .buttonShipDisabled{background:url(image/button-ship-disabled.png) 0 0 no-repeat;} 96 101 .buttonUp{background:url(image/button-up.png) 0 0 no-repeat;} 97 102 .buttonUpDisabled{background:url(image/button-up-disabled.png) 0 0 no-repeat;} -
trunk/phpbms/common/stylesheet/mozilla/pages/client.css
r145 r176 9 9 10 10 #id, #becameclient, #ds-salesmanagerid, #ccnumber, #ds-taxareaid, #comments{width:98%} 11 #type, #category, #leadsource, #paymentmethod{width:99%} 11 #type, #category, #leadsource,#paymentmethodid,#shippingmethodid,#discountid,#taxareaid{width:99%} 12 12 13 13 14 #firstnameP{float:left;} -
trunk/phpbms/common/stylesheet/mozilla/pages/invoice.css
r145 r176 20 20 #attributesRight{float:right;padding-top:0px;} 21 21 #type{width:90px} 22 #leadsource ,#bankname{width:98%}22 #leadsource{width:98%} 23 23 24 #fsTops ,#fsShipping{margin-right:275px;}24 #fsTops{margin-right:275px;} 25 25 #address1{margin-bottom:2px;} 26 26 .cszP{float:left;} 27 27 #countryP{clear:left;} 28 28 29 # fsLineItems{clear:both;}29 #divLineItems{clear:both;padding:8px;} 30 30 31 31 #LITable{} … … 46 46 #extended,.fieldTotal{width:75px;} 47 47 48 .fieldTotal{height:16px;} 49 .lineitems td{height:22px;} 48 50 .lineitemsRight{ border-right:1px solid #CCCCCC;} 49 51 .lineitemsLeft{ border-left:1px solid #CCCCCC;} 50 52 .lineitemsBottom{ border-bottom:1px solid #CCCCCC;} 51 .invoiceTotalLabels{padding-left:65px;height:23px;} 53 .totalItems,.invoiceTotalLabels,#parenInfo div span{border-bottom:1px solid #CCCCCC} 54 .invoiceTotalLabels{padding-left:25px;} 55 .invoiceTotalLabels div{height:24px; line-height:24px;vertical-align:bottom;} 52 56 53 #fsPayment{float:right;width:250px;margin-top:0px;padding-top:0px;}54 57 55 #ccpaymentinfo,#checkpaymentinfo{display:none;} 58 #parenInfo div{height:25px;clear:right;} 59 #parenInfo div span{ 60 display:block; 61 float:right; 62 line-height:24px;height:24px; 63 padding:0 4px; 64 color:#666666; 65 } 66 67 #totalSpacer{height:55px;line-height:55px;border:0;} 68 #totalSpacer span{border:0;} 69 div #parenSpacer{height:55px;clear:right} 70 div #parenSpacer span{height:55px;line-height:55px;border:0;} 71 72 73 .vTabs,.vTabsHover{cursor:pointer;color:#455372;background:url(../image/button-rew.png) 5px 4px no-repeat;} 74 .vTabsHover,.vContent{background-color:#DDDDDD;} 75 .vContent{display:none;padding:8px; text-align:left;float:right;width:360px;} 76 .vContent fieldset{margin:0;} 77 78 #shippingNotice,#paymentNotice{display:none;} 79 #shippingNoticeResults,#paymentNoticeResults{width:98%} 80 #pTotalweight{float:right} 81 #ccpaymentinfo,#checkpaymentinfo,pTransactionid{display:none;} 56 82 #fieldCCNumber,#fieldCCExpiration{float:left;} 83 #pCheckNumber,#pAccountNumber{float:right;} 84 57 85 58 86 #fsInstructions{clear:both;} -
trunk/phpbms/common/stylesheet/mozilla/pages/roles.css
- Property svn:keywords set to LastChangedBy LastChangedDate LastChangedRevision
r170 r176 1 /* $Rev : 145 $ | $LastChangedBy: mipalmer$ */2 /* $LastChangedDate : 2006-10-21 18:27:44 -0600 (Sat, 21 Oct 2006)$ */1 /* $Rev$ | $LastChangedBy$ */ 2 /* $LastChangedDate$ */ 3 3 4 4 #topButtons{float:right;width:160px;}