Changeset 814 in subversion


Ignore:
Timestamp:
Sep 25, 2007 6:52:13 AM (6 years ago)
Author:
till
Message:

# applied Robin's patch to fix preview pane in safari/khtml
(#1484187)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/devel-vnext/skins/default/mail.css

    r602 r814  
    137137#messagecontframe 
    138138{ 
    139   width: 100%; 
    140   height: 100%; 
    141   border: 0; 
    142 } 
    143  
    144 /*\*/ 
    145 html>body*#messagecontframe 
    146 { 
    147   [height: 40%; 
    148   height: 40%; 
    149   ]height: 100%; 
    150 } 
    151 /**/ 
     139  position: absolute; 
     140  top: 0px; 
     141  left: 0px; 
     142  right: 0px; 
     143  bottom: 0px; 
     144  /* css hack for IE */ 
     145  width: expression((parseInt(document.documentElement.clientWidth)-230)+'px'); 
     146  height: expression((parseInt(document.documentElement.clientHeight)-135-document.getElementById('mailcontframe').offsetHeight)+'px'); 
     147} 
    152148 
    153149#messagepartframe 
Note: See TracChangeset for help on using the changeset viewer.