Committer: sboronchiev
LJSUP-11641: Implement Shop UI for Commercial PromoU trunk/htdocs/stc/shop/shop.css
Modified: trunk/htdocs/stc/shop/shop.css =================================================================== --- trunk/htdocs/stc/shop/shop.css 2012-04-25 13:42:47 UTC (rev 11801) +++ trunk/htdocs/stc/shop/shop.css 2012-04-25 13:59:47 UTC (rev 11802) @@ -2101,12 +2101,8 @@ .b-commpromo-field-username { width: 194px; } -.b-commpromo-input-noempty .b-commpromo-input { - - } - .b-commpromo-shop-btn { float: right; } @@ -2135,6 +2131,29 @@ line-height: 1.6em; margin: 4px 0 8px; } + +/* Pagination */ +.b-commpromo-pagination { + width: 100%; + overflow: hidden; + font-size: 12px; + line-height: 32px; + color: #666; + } +.b-commpromo-pagination-next { + float: right; + width: 50%; + list-style: none; + } +.b-commpromo-pagination-prev { + float: left; + width: 50%; + list-style: none; + } +.b-commpromo-paginnation-arrow { + font-size: 18px; + line-height: 32px; + } /* Popup */ .b-popup-commpromo {