Committer: afedorov
LJSUP-10508: Commenting form S1 (Lebedev's redesign). Move branch to trunkU trunk/cgi-bin/LJ/PartnerSite.pm U trunk/htdocs/img/popup/banknote.png U trunk/htdocs/img/userinfo-support.gif U trunk/htdocs/img/userinfo2.gif U trunk/htdocs/js/jquery/jquery.lj.basicWidget.js U trunk/htdocs/stc/img/userinfo-support.gif U trunk/htdocs/stc/shop/shop.css
Modified: trunk/cgi-bin/LJ/PartnerSite.pm =================================================================== --- trunk/cgi-bin/LJ/PartnerSite.pm 2011-11-29 10:27:03 UTC (rev 11223) +++ trunk/cgi-bin/LJ/PartnerSite.pm 2011-11-29 10:43:39 UTC (rev 11224) @@ -604,6 +604,7 @@ js/jquery.js js/jquery/jquery.ui.core.min.js js/jquery/jquery.ui.widget.min.js + js/jquery/jquery.lj.basicWidget.js js/jquery/jquery.lj.bubble.js js/partners/placeholder.js stc/lj_base.css ), Modified: trunk/htdocs/img/popup/banknote.png =================================================================== (Binary files differ) Modified: trunk/htdocs/img/userinfo-support.gif =================================================================== (Binary files differ) Modified: trunk/htdocs/img/userinfo2.gif =================================================================== (Binary files differ) Modified: trunk/htdocs/js/jquery/jquery.lj.basicWidget.js =================================================================== --- trunk/htdocs/js/jquery/jquery.lj.basicWidget.js 2011-11-29 10:27:03 UTC (rev 11223) +++ trunk/htdocs/js/jquery/jquery.lj.basicWidget.js 2011-11-29 10:43:39 UTC (rev 11224) @@ -70,6 +70,20 @@ } }, + _setOption: function(name, val) { + switch (name) { + case 'selectors': + case 'classNames': + case 'tmpl': + case 'templates': + this.options[name] = $.extend(this.options[name], val); + return; + break; + } + + $.Widget.prototype._setOption.apply(this, arguments); + }, + /** * Subscribe to the event with the callback. * Modified: trunk/htdocs/stc/img/userinfo-support.gif =================================================================== (Binary files differ) Modified: trunk/htdocs/stc/shop/shop.css =================================================================== --- trunk/htdocs/stc/shop/shop.css 2011-11-29 10:27:03 UTC (rev 11223) +++ trunk/htdocs/stc/shop/shop.css 2011-11-29 10:43:39 UTC (rev 11224) @@ -1670,20 +1670,11 @@ .b-selfpromo-actions { } .b-selfpromo-actions FIELDSET { - overflow: hidden; margin: 0 0 7px 0; } .b-selfpromo-actions .submit-options { padding-top: 10px; } - .b-selfpromo-actions FIELDSET.confirm INPUT { - float: left; - margin: 4px 10px 5px 0; - } - .b-selfpromo-actions FIELDSET.confirm LABEL { - display: block; - overflow: hidden; - } /* Free tokens ------------------------------------------------------------------------*/