Committer: egeraskin
LJSUP-12917: Add RESERVED and INCOMING tabs to user wallet pageU trunk/htdocs/stc/shop/shop.css
Modified: trunk/htdocs/stc/shop/shop.css =================================================================== --- trunk/htdocs/stc/shop/shop.css 2012-07-17 07:31:05 UTC (rev 12296) +++ trunk/htdocs/stc/shop/shop.css 2012-07-17 07:31:44 UTC (rev 12297) @@ -761,7 +761,7 @@ } .b-shop .m-buy-types-item { float:left; - width:140px; + width:102px; height:14px; margin:0 1px 0 0; padding:5px; @@ -1066,7 +1066,42 @@ .b-buy-total BUTTON { } +/* Reserved and Incoming tabs */ +.b-tokens-items { + width: 100%; + } + .b-tokens-items TR:nth-child(even) { + background: #f4f4f4; + } + .b-tokens-items TR.b-shop-tokens-total { + background: #e4e4e4; + } + .b-tokens-items TR.b-shop-tokens-total TD { + padding: 10px 0 10px 10px; + vertical-align: top; + } + .b-tokens-items TD, + .b-tokens-items TH { + padding: 5px 5px 5px 10px; + text-align: left; + } + .b-tokens-items TD.b-tokens-items-amount { + text-align: center; + } +.b-tokens-items P { + margin: 0; + font-size: 10px; + font-weight: normal; + color: #666; + } +.b-tokens-items INPUT { + margin-left: 0; + } +.b-shop-tokens-total STRONG { + float: right; + } + /* Shop Intro ------------------------------------------------------------------------*/ .b-shop-intro {