summaryrefslogtreecommitdiff
path: root/theme/base/css/ie.css
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-05-30 19:42:15 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-05-30 19:42:15 +0000
commitf56f2f52e74ec3d0037bc33f9bbcee170e982d49 (patch)
treec735feafa84b1d596fe2c4db80f603d754f82c04 /theme/base/css/ie.css
parentb8de7935568e631bc99aec6120f2bc4090f50fec (diff)
Some cross-browser updates for conversation UI
Diffstat (limited to 'theme/base/css/ie.css')
-rw-r--r--theme/base/css/ie.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/theme/base/css/ie.css b/theme/base/css/ie.css
index 5d8bea8ae..df0388a5a 100644
--- a/theme/base/css/ie.css
+++ b/theme/base/css/ie.css
@@ -30,3 +30,9 @@ margin-right:4px;
.entity_profile {
width:64%;
}
+#jOverlayContent .notice * {
+z-index:1;
+}
+#jOverlayContent .notice .attachment img {
+z-index:9999;
+}