projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daacd54
)
Work around annoying IE 6 limitation
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 17 Apr 2009 05:14:46 +0000
(23:14 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 17 Apr 2009 06:05:55 +0000
(
00:05
-0600)
imp/themes/ie6_or_less-dimp.css
patch
|
blob
|
history
diff --git
a/imp/themes/ie6_or_less-dimp.css
b/imp/themes/ie6_or_less-dimp.css
index
4ce29d2
..
fbab1f6
100644
(file)
--- a/
imp/themes/ie6_or_less-dimp.css
+++ b/
imp/themes/ie6_or_less-dimp.css
@@
-57,6
+57,12
@@
form#compose {
display: none;
}
+/* IE 6 doesn't support DOM.class1.class2 - treats this as DOM.class2. So
+ * flag icons will appear as background for row. This works around this. */
+div.vpRow {
+ background: none;
+}
+
/* Fixes li & ol list numbering issues in HTML messages. */
.htmlMessage ul li, .htmlMessage ol li {
margin-left: 2em;