Committer: egeraskin
LJSUP-14328: Success and error page for credit card paymentU trunk/htdocs/stc/shop/shop.css
Modified: trunk/htdocs/stc/shop/shop.css =================================================================== --- trunk/htdocs/stc/shop/shop.css 2012-11-21 13:29:13 UTC (rev 12931) +++ trunk/htdocs/stc/shop/shop.css 2012-11-21 14:21:59 UTC (rev 12932) @@ -1693,6 +1693,42 @@ text-align:right; } +/* Payment error +-------------------------------------- */ + +.popup-win-header { + display: none; + } +.b-cart-paid-result { + padding: 15px 25px; + border: 1px solid; + font-size: 14px; + font-family: Helvetica, sans-serif; + text-shadow: 0 0 1px #FFF, 0 0 1px #FFF; + } +.b-cart-paid-unsuccess { + border-color: #FF9999; + background: #fff2f0; /* Old browsers */ + background: -moz-linear-gradient(top, #fff2f0 0%, #ffe7e5 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff2f0), color-stop(100%,#ffe7e5)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #fff2f0 0%,#ffe7e5 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #fff2f0 0%,#ffe7e5 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(top, #fff2f0 0%,#ffe7e5 100%); /* IE10+ */ + background: linear-gradient(to bottom, #fff2f0 0%,#ffe7e5 100%); /* W3C */ + color: #D96060; + } +.b-cart-paid-success { + border-color: #B9E65E; + background: #F8FFE8; /* Old browsers */ + background: -moz-linear-gradient(top, #f8ffe8 0%, #f0ffcf 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8ffe8), color-stop(100%,#f0ffcf)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #f8ffe8 0%,#f0ffcf 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #f8ffe8 0%,#f0ffcf 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(top, #f8ffe8 0%,#f0ffcf 100%); /* IE10+ */ + background: linear-gradient(to bottom, #f8ffe8 0%,#f0ffcf 100%); /* W3C */ + color: #5A7464; + } + /* Wallet Payment -------------------------------------- */ .b-cart-method .b-walletpay {