Changeset 7f43e18 in github
- Timestamp:
- Dec 5, 2008 2:19:35 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 133bb07
- Parents:
- 39cd51a
- Location:
- skins/default
- Files:
-
- 3 edited
-
common.css (modified) (1 diff)
-
mail.css (modified) (3 diffs)
-
settings.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
skins/default/common.css
r2c8e84c r7f43e18 74 74 background-color: #ffffff; 75 75 border: 1px solid #666666; 76 /* css hack for IE */ 77 background-color: expression(this.type=="checkbox" || this.type=="radio"? 'transparent' : '#ffffff'); 78 border-width: expression(this.type=="checkbox" || this.type=="radio"? '0' : '1px'); 76 79 } 77 80 -
skins/default/mail.css
re538b3d r7f43e18 679 679 div.messageheaderbox 680 680 { 681 position: relative;682 681 margin: 6px 8px 0px 8px; 683 682 border: 1px solid #ccc; … … 838 837 } 839 838 839 body.iframe 840 { 841 /* css hack for IE */ 842 width: expression((parseInt(document.documentElement.clientWidth))+'px'); 843 } 844 840 845 body.iframe div.message-htmlpart 841 846 { … … 870 875 { 871 876 position: absolute; 872 top: 1px;873 right: 1 px;877 top: 8px; 878 right: 10px; 874 879 width: 15px; 875 880 height: 15px; -
skins/default/settings.css
rba1c48f r7f43e18 56 56 /* css hack for IE */ 57 57 height: expression((parseInt(document.documentElement.clientHeight)-155)+'px'); 58 width: expression((parseInt(document.documentElement.client width)-40)+'px');58 width: expression((parseInt(document.documentElement.clientWidth)-40)+'px'); 59 59 } 60 60 … … 109 109 border: 1px solid #999999; 110 110 /* css hack for IE */ 111 height: expression((parseInt(document.documentElement.clientHeight)-1 60)+'px');111 height: expression((parseInt(document.documentElement.clientHeight)-155)+'px'); 112 112 } 113 113 … … 161 161 /* css hack for IE */ 162 162 width: expression((parseInt(document.documentElement.clientWidth)-470)+'px'); 163 height: expression((parseInt(document.documentElement.clientHeight)-1 60)+'px');163 height: expression((parseInt(document.documentElement.clientHeight)-155)+'px'); 164 164 } 165 165
Note: See TracChangeset
for help on using the changeset viewer.
