Committer: esavintcev
LJSUP-11158: Update.bml (Lebedev's redesign)U trunk/htdocs/stc/ie.css
Modified: trunk/htdocs/stc/ie.css =================================================================== --- trunk/htdocs/stc/ie.css 2012-06-04 11:38:13 UTC (rev 22155) +++ trunk/htdocs/stc/ie.css 2012-06-04 11:46:47 UTC (rev 22156) @@ -668,6 +668,40 @@ zoom: 1; } +/* Comment From & Updatepage Form +-----------------------------------------------*/ +*+HTML .s-lanzelot .b-watering-aside { + background-image: expression((function(node) { + node.runtimeStyle.backgroundImage = 'none'; + if (!/mode=reply|replyto=|talkpost_do/.test(location.href)) { return; } + + var parent = node.parentNode; + var timer = setInterval(function() { + var width = parent.clientWidth; + if (width) { + node.style.marginLeft = (width - parseInt(parent.currentStyle.paddingLeft, 10) - + parseInt(parent.currentStyle.paddingRight, 10)) * -1; + clearInterval(timer); + } + }, 100); + })(this)); + } +*+HTML .s-lanzelot .b-updatepage-common-aside { + background-image: expression((function(node) { + node.runtimeStyle.backgroundImage = 'none'; + + var parent = node.parentNode; + var timer = setInterval(function() { + var width = parent.clientWidth; + if (width) { + node.style.marginLeft = (width - parseInt(parent.currentStyle.paddingLeft, 10) - + parseInt(parent.currentStyle.paddingRight, 10)) * -1; + clearInterval(timer); + } + }, 0); + })(this)); + } + /* Should be at bottom of the page! */ * HTML .i-ljtimes-btn, * HTML .i-ljtimes-drag,