summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-06-04 07:11:24 +0000
committeralecpl <alec@alec.pl>2009-06-04 07:11:24 +0000
commitf042be35ae853d97332596c9cd4c34cff61dde63 (patch)
treef263eb2d1c962870df76c855479ad71e8c20b798 /skins
parent42b25afac89f10631fd97877b208784cffd1fe19 (diff)
- small css fixes (Opera)
Diffstat (limited to 'skins')
-rw-r--r--skins/default/editor_content.css1
-rw-r--r--skins/default/mail.css2
-rw-r--r--skins/default/print.css1
3 files changed, 1 insertions, 3 deletions
diff --git a/skins/default/editor_content.css b/skins/default/editor_content.css
index 099b4248a..cb3717ced 100644
--- a/skins/default/editor_content.css
+++ b/skins/default/editor_content.css
@@ -17,7 +17,6 @@ pre
{
margin: 0;
padding: 0;
- white-space: -o-pre-wrap !important;
white-space: -moz-pre-wrap !important;
white-space: pre-wrap !important;
white-space: pre;
diff --git a/skins/default/mail.css b/skins/default/mail.css
index c2501540a..512fca864 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -579,6 +579,7 @@ body.messagelist
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
+ -o-text-overflow: ellipsis;
border-bottom: 1px solid #EBEBEB;
cursor: default;
}
@@ -886,7 +887,6 @@ div.message-part div.pre
padding: 0px;
font-family: monospace;
white-space: -moz-pre-wrap !important;
- white-space: -o-pre-wrap !important;
white-space: pre-wrap !important;
white-space: pre;
word-wrap: break-word; /* IE (and Safari) */
diff --git a/skins/default/print.css b/skins/default/print.css
index 441a5de91..e925756ac 100644
--- a/skins/default/print.css
+++ b/skins/default/print.css
@@ -110,7 +110,6 @@ div.message-part div.pre
margin: 0;
padding: 0;
font-family: monospace;
- white-space: -o-pre-wrap !important;
white-space: -moz-pre-wrap !important;
white-space: pre-wrap !important;
white-space: pre;