From f042be35ae853d97332596c9cd4c34cff61dde63 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 04 Jun 2009 03:11:24 -0400
Subject: [PATCH] - small css fixes (Opera)
---
skins/default/mail.css | 2 +-
skins/default/print.css | 1 -
skins/default/editor_content.css | 1 -
3 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/skins/default/editor_content.css b/skins/default/editor_content.css
index 099b424..cb3717c 100644
--- a/skins/default/editor_content.css
+++ b/skins/default/editor_content.css
@@ -17,7 +17,6 @@
{
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 c250154..512fca8 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -579,6 +579,7 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
+ -o-text-overflow: ellipsis;
border-bottom: 1px solid #EBEBEB;
cursor: default;
}
@@ -886,7 +887,6 @@
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 441a5de..e925756 100644
--- a/skins/default/print.css
+++ b/skins/default/print.css
@@ -110,7 +110,6 @@
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;
--
Gitblit v1.9.1