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-12-07 13:57:48 UTC (rev 13012) +++ trunk/bin/upgrading/en_LJ.dat 2012-12-07 14:27:04 UTC (rev 13013) @@ -12695,6 +12695,8 @@ shop.view.themes.details.recipient=Select recipient: +shop.view.themes.details.notsale=Gifts are not discounted + shop.view.themes.details.total=Total shop.view.themes.meta.installed=Installed: Modified: trunk/htdocs/stc/shop/shop.css =================================================================== --- trunk/htdocs/stc/shop/shop.css 2012-12-07 13:57:48 UTC (rev 13012) +++ trunk/htdocs/stc/shop/shop.css 2012-12-07 14:27:04 UTC (rev 13013) @@ -3145,6 +3145,16 @@ .b-theme-details-row { margin: 0 0 0.5em; } + .b-theme-details-notsale { + margin: 0; + font-weight: normal; + } + #js .b-theme-details-notsale { + display: none; + } + #js .b-theme-gift .b-theme-details-notsale { + display: inline-block; + } /* recipients */ .b-shop .b-theme-recipient { @@ -3160,7 +3170,7 @@ #js .b-theme-recipient-item-gift { display: none; } - #js .b-theme-recipient-gift .b-theme-recipient-item-gift { + #js .b-theme-gift .b-theme-recipient-item-gift { display: block; } .b-theme-recipient-input {