Committer: esavintcev
LJSUP-14303: Create HTML-layout for Shop pagesU trunk/bin/upgrading/en_LJ.dat U trunk/htdocs/stc/shop/shop.css
Modified: trunk/bin/upgrading/en_LJ.dat =================================================================== --- trunk/bin/upgrading/en_LJ.dat 2012-11-21 12:42:51 UTC (rev 12930) +++ trunk/bin/upgrading/en_LJ.dat 2012-11-21 13:29:13 UTC (rev 12931) @@ -12575,6 +12575,18 @@ shop.view.text.paidonly|staleness=1 shop.view.text.paidonly=Available to <a href="[[siteroot]]/paidaccounts/">paid account</a> members only. If you're signed up for <a href="[[siteroot]]/manage/account/modify.bml">automatic payments</a>, you can add this feature to your account <a href="[[siteroot]]/manage/account/modify.bml">here</a>. +shop.view.themes.buy=Buy Theme + +shop.view.themes.meta.installed=Installed: + +shop.view.themes.meta.price=Price: + +shop.view.themes.meta.priceout=Buy-out price: + +shop.view.themes.text=Themes for your journal. + +shop.view.themes.title=Journal Themes + shop.view.total|staleness=1 shop.view.total=TOTAL: Modified: trunk/htdocs/stc/shop/shop.css =================================================================== --- trunk/htdocs/stc/shop/shop.css 2012-11-21 12:42:51 UTC (rev 12930) +++ trunk/htdocs/stc/shop/shop.css 2012-11-21 13:29:13 UTC (rev 12931) @@ -2881,3 +2881,33 @@ padding-top: 10px; } + +/* Journal Themes +------------------------------------------------------------------------*/ +.b-themes-intro { + min-height:150px; + background:url(/img/shop/renacc-intro.jpg?v=1) no-repeat 100% 100%; + } + +.b-themes-items { + margin: 0; + } + .b-themes-item { + margin: 0; + } + .b-themes-item-thumb { + margin: 0; + } + .b-themes-item-title { + margin: 0; + } + .b-themes-item-preview { + margin: 0; + } + .b-themes-item-buybtn { + margin: 0; + } + .b-themes-meta { + margin: 0; + } +