[ljcom] r9477: LJSUP-6582: Userheads SMS IPPU
Committer: esavintcev
LJSUP-6582: Userheads SMS IPPUU trunk/cgi-bin/LJ/Widget/IPPU/UserHeadSmsPay.pm U trunk/htdocs/stc/shop/shop.css
Modified: trunk/cgi-bin/LJ/Widget/IPPU/UserHeadSmsPay.pm
===================================================================
--- trunk/cgi-bin/LJ/Widget/IPPU/UserHeadSmsPay.pm 2010-09-09 03:03:58 UTC (rev 9476)
+++ trunk/cgi-bin/LJ/Widget/IPPU/UserHeadSmsPay.pm 2010-09-09 09:35:02 UTC (rev 9477)
@@ -70,7 +70,7 @@
# Prices and conditions of use are available <a href='/sup/sms_tos_eng.bml' target=_blank>here</a>
my $prices = BML::ml("widget.userhead.sms.prices", {'aopts' => "href='$LJ::SITEROOT/sup/smsonline.bml' target='_blank'"});
- return (success => 1, divbody => "<div style='padding: 15px 30px; text-align: left;'><p>$to_pay</p><div style='font-size: 3em; color: #ff0000; margin-top: 5px; margin-bottom: 15px;'>LJ $sms_order</div> <p>$to</p> <div style='margin-left: 5px; font-size: 3em; line-height: .8em; color: #a1a1a1; padding-left: 16px; background: url(/img/sup/phone.gif) no-repeat left bottom;'>7069</div></p> <p style='margin-top: 20px;'>$prices</p></div>",);
+ return (success => 1, divbody => "<div style='padding: 15px 30px; text-align: left;' class='paybysms'><p>$to_pay</p><p><strong class='paybysms-text'>LJ$sms_order</strong> $to <span class='paybysms-phone'>7069</span></p> <p class='b-bubble b-bubble-alert b-bubble-noarrow b-bubble-intext'>$prices</p></div>",);
}
Modified: trunk/htdocs/stc/shop/shop.css
===================================================================
--- trunk/htdocs/stc/shop/shop.css 2010-09-09 03:03:58 UTC (rev 9476)
+++ trunk/htdocs/stc/shop/shop.css 2010-09-09 09:35:02 UTC (rev 9477)
@@ -1436,4 +1436,13 @@
padding:3px;
}
-
+.paybysms {
+ }
+ .paybysms-text {
+ font-size: 2em;
+ font-weight: bold;
+ color: #203468;
+ }
+ .paybysms-phone {
+ font-size: 2em;
+ }
