Committer: egeraskin
LJSUP-12963: Implement Shop UI for DengiOnlineU trunk/htdocs/stc/shop/shop.css
Modified: trunk/htdocs/stc/shop/shop.css =================================================================== --- trunk/htdocs/stc/shop/shop.css 2012-11-15 12:40:29 UTC (rev 12903) +++ trunk/htdocs/stc/shop/shop.css 2012-11-15 13:47:39 UTC (rev 12904) @@ -1601,6 +1601,15 @@ .b-cart-paidinfo { margin:0 0 10px; } + .b-cart-paid-actions { + position: relative; + overflow: hidden; + } + .b-cart-paid-bytokens { + position: absolute; + bottom: 25px; + right: 15px; + } .b-cart-paidinfo TH, .b-cart-paidinfo TD { padding:0 0 3px 0; @@ -1610,77 +1619,76 @@ .b-cart-paidinfo TD { padding:0 0 5px 10px; } - .b-cart-table-outer { - padding: 20px; - border: 1px solid #e6e6e6; - -webkit-border-radius: 6px 6px 0 0; - -moz-border-radius: 6px 6px 0 0; - -ms-border-radius: 6px 6px 0 0; - border-radius: 6px 6px 0 0; - background-color: #f6f6f6; - } - .b-payment-cart-checkout { - padding: 16px 20px 16px 20px; - } - .b-cart-delete { - float: left; - } - .b-cart-nonrefundable { - margin-top: 6px; - font: normal 0.9em Arial,sans-serif; - color: #999; - } - .b-cart-table { - width: 100%; - margin:0; - - } - .b-cart-table-tfoot { - - } - /*.b-cart-table tr:nth-of-type(odd) td { - background-color: #eee; - }*/ - .b-cart-table TD { - padding: 9px 13px 11px 13px; - /*border-bottom: 1px solid #D1D1D1;*/ - line-height: 14px; - font-size: 12px; - vertical-align: top; - text-align: left; - } - .b-cart-table .b-cart-thead { - } - .b-cart-table .b-cart-thead TH { - padding: 5px 13px 7px 13px; - border-bottom: 1px solid #e5e5e5; - line-height: 13px; - font-size: 11px; - vertical-align: middle; - text-align: left; - } - .b-cart-table .b-cart-tfoot { - } - .b-cart-table .b-cart-tfoot TD { - padding: 5px 13px 7px 13px; - border-bottom: 0; - background: #E8E8E8; - line-height: 13px; - font-size: 11px; - vertical-align: top; - text-align: left; - } - .b-cart-table .b-cart-table-item { - } - .b-cart-table .b-cart-table-type { - } - .b-cart-table .b-cart-table-user { - } - .b-cart-table .b-cart-table-price { - } - .b-cart-table .b-cart-table-total { - font-weight:bold; - } + .b-cart-table-outer { + padding: 20px; + border: 1px solid #e6e6e6; + -webkit-border-radius: 6px 6px 0 0; + -moz-border-radius: 6px 6px 0 0; + -ms-border-radius: 6px 6px 0 0; + border-radius: 6px 6px 0 0; + background-color: #f6f6f6; + } + .b-payment-cart-checkout { + padding: 16px 220px 16px 20px; + } + .b-cart-delete { + float: left; + } + .b-cart-nonrefundable { + max-width: 280px; + margin-top: 6px; + font: normal 0.9em Arial,sans-serif; + color: #999; + } + .b-cart-table { + width: 100%; + margin:0; + } + .b-cart-table-tfoot { + } + /*.b-cart-table tr:nth-of-type(odd) td { + background-color: #eee; + }*/ + .b-cart-table TD { + padding: 9px 13px 11px 13px; + /*border-bottom: 1px solid #D1D1D1;*/ + line-height: 14px; + font-size: 12px; + vertical-align: top; + text-align: left; + } + .b-cart-table .b-cart-thead { + } + .b-cart-table .b-cart-thead TH { + padding: 5px 13px 7px 13px; + border-bottom: 1px solid #e5e5e5; + line-height: 13px; + font-size: 11px; + vertical-align: middle; + text-align: left; + } + .b-cart-table .b-cart-tfoot { + } + .b-cart-table .b-cart-tfoot TD { + padding: 5px 13px 7px 13px; + border-bottom: 0; + background: #E8E8E8; + line-height: 13px; + font-size: 11px; + vertical-align: top; + text-align: left; + } + .b-cart-table .b-cart-table-item { + } + .b-cart-table .b-cart-table-type { + } + .b-cart-table .b-cart-table-user { + } + .b-cart-table .b-cart-table-price { + } + .b-cart-table .b-cart-table-total { + font-weight:bold; + } .b-cart-method { text-align:right; }