diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-04 07:11:24 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-04 07:11:24 +0000 |
| commit | 696f90118cd93f69b54099e571d243b0153bbb2b (patch) | |
| tree | 29e2e7bf81fd85fd7d09393e76ac7c8639459bd7 | |
| parent | a8adad42fd9acf682568009089768991c7f52e23 (diff) | |
- small css fixes (Opera)
git-svn-id: https://svn.roundcube.net/trunk@2605 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/editor_content.css | 1 | ||||
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 2 | ||||
| -rw-r--r-- | roundcubemail/skins/default/print.css | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/roundcubemail/skins/default/editor_content.css b/roundcubemail/skins/default/editor_content.css index 099b4248a..cb3717ced 100644 --- a/roundcubemail/skins/default/editor_content.css +++ b/roundcubemail/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/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index c2501540a..512fca864 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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/roundcubemail/skins/default/print.css b/roundcubemail/skins/default/print.css index 441a5de91..e925756ac 100644 --- a/roundcubemail/skins/default/print.css +++ b/roundcubemail/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; |
