Committer: egeraskin
LJSUP-11264: Updating uploading interface (new features: image by URL, custom size, link for image)U trunk/htdocs/stc/ie.css
Modified: trunk/htdocs/stc/ie.css =================================================================== --- trunk/htdocs/stc/ie.css 2012-02-15 11:24:25 UTC (rev 21193) +++ trunk/htdocs/stc/ie.css 2012-02-15 11:25:20 UTC (rev 21194) @@ -637,3 +637,12 @@ behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg : this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)); } +/* Pics paste url +-----------------------------------------------*/ + +*:first-child+html .b-pics-preview-wrapper, +*:first-child+html .b-pics-add-fields { + display: inline; + zoom: 1; + vertical-align: middle !important; + } \ No newline at end of file