Ticket #1484758: previewpanefix.patch

File previewpanefix.patch, 357 bytes (added by memoryhole, 11 months ago)

CSS fix allowing iframe to be larger

  • skins/default/mail.css

    old new  
    153153 
    154154#messagepartframe 
    155155{ 
    156   position: absolute; 
    157   top: 0px; 
    158   left: 0px; 
    159   right: 0px; 
    160   bottom: 0px; 
    161   width: auto; 
    162   height: auto; 
    163156  border: 1px solid #999999; 
    164157  background-color: #F9F9F9; 
    165158}