summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default/mail.css
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-06-05 14:00:46 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-06-05 14:00:46 +0000
commit72e8a796fde097b8318e242b71450099112106e5 (patch)
tree92d3e85ba5d2b023bc997d1410ff7a2bd9eb3f9b /roundcubemail/skins/default/mail.css
parent0adde5b55988c034432848d600314f82d5fb24cf (diff)
- move safari hacks to separate css file
git-svn-id: https://svn.roundcube.net/trunk@2614 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
-rw-r--r--roundcubemail/skins/default/mail.css8
1 files changed, 0 insertions, 8 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css
index 512fca864..8030313e4 100644
--- a/roundcubemail/skins/default/mail.css
+++ b/roundcubemail/skins/default/mail.css
@@ -701,13 +701,6 @@ body.messagelist
color: #CCCCCC;
}
-/* safari hacks \*/
-html>body*#messagelist[id$="messagelist"]:not([class="none"]) { width: 99.8%; }
-html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.flag,
-html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.icon { width: 20px; }
-html>body*input[type$="file"]:not([class="none"]) { background-color: transparent; border: 0; }
-/**/
-
#quotadisplay
{
color: #666666;
@@ -889,7 +882,6 @@ div.message-part div.pre
white-space: -moz-pre-wrap !important;
white-space: pre-wrap !important;
white-space: pre;
- word-wrap: break-word; /* IE (and Safari) */
}
div.message-part blockquote