Changeset cf7f222 in github
- Timestamp:
- Jun 5, 2009 10:00:46 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 0b2ce91
- Parents:
- 8209f77
- Location:
- skins/default
- Files:
-
- 1 added
- 3 edited
-
iehacks.css (modified) (1 diff)
-
includes/links.html (modified) (1 diff)
-
mail.css (modified) (2 diffs)
-
safari.css (added)
Legend:
- Unmodified
- Added
- Removed
-
skins/default/iehacks.css
r09839a5 rcf7f222 153 153 } 154 154 155 div.message-part pre, 156 div.message-htmlpart pre, 157 div.message-part div.pre 158 { 159 word-wrap: break-word; 160 } 161 155 162 #addressscreen 156 163 { -
skins/default/includes/links.html
r4f44393 rcf7f222 3 3 <link rel="stylesheet" type="text/css" href="/common.css" /> 4 4 <roundcube:if condition="env:task != 'login'" /><link rel="stylesheet" type="text/css" href="/<roundcube:exp expression="env:task=='addressbook'?'addresses':env:task" />.css" /><roundcube:endif /> 5 <roundcube:if condition="browser:ie" /> 5 6 <!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="/iehacks.css" /><![endif]--> 6 7 <!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="/ie6hacks.css" /><![endif]--> 8 <roundcube:endif /> 9 <roundcube:if condition="browser:safari" /> 10 <link rel="stylesheet" type="text/css" href="/safari.css" /> 11 <roundcube:endif /> -
skins/default/mail.css
rf042be3 rcf7f222 702 702 } 703 703 704 /* safari hacks \*/705 html>body*#messagelist[id$="messagelist"]:not([class="none"]) { width: 99.8%; }706 html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.flag,707 html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.icon { width: 20px; }708 html>body*input[type$="file"]:not([class="none"]) { background-color: transparent; border: 0; }709 /**/710 711 704 #quotadisplay 712 705 { … … 890 883 white-space: pre-wrap !important; 891 884 white-space: pre; 892 word-wrap: break-word; /* IE (and Safari) */893 885 } 894 886
Note: See TracChangeset
for help on using the changeset viewer.
