summaryrefslogtreecommitdiff
path: root/theme/rebase
diff options
context:
space:
mode:
authorSamantha Doherty <sammy@status.net>2010-10-06 16:30:43 -0400
committerSamantha Doherty <sammy@status.net>2010-10-06 16:30:43 -0400
commit1ad8c67843d5d81621012c9c2cbe7425cf6f5828 (patch)
treec15f988859b8d5aa7054bd6c0b45f633c1e6bb10 /theme/rebase
parent707b45097428b0dbcdbf9ae2590129080207f254 (diff)
A few quick theme fixes, mostly for IE. Full update to follow.
Diffstat (limited to 'theme/rebase')
-rw-r--r--theme/rebase/css/display.css1
-rw-r--r--theme/rebase/css/ie.css5
2 files changed, 6 insertions, 0 deletions
diff --git a/theme/rebase/css/display.css b/theme/rebase/css/display.css
index bc0b5a4f2..b532be5d0 100644
--- a/theme/rebase/css/display.css
+++ b/theme/rebase/css/display.css
@@ -196,6 +196,7 @@ address .poweredby {
width: 485px;
height: 63px;
padding-bottom: 15px;
+ z-index: 9;
}
.form_notice label[for=notice_data-attach],
diff --git a/theme/rebase/css/ie.css b/theme/rebase/css/ie.css
index 48b5cd6af..88985efb7 100644
--- a/theme/rebase/css/ie.css
+++ b/theme/rebase/css/ie.css
@@ -58,3 +58,8 @@ z-index:9999;
.form_settings fieldset fieldset legend {
line-height:auto;
}
+
+
+.form_notice #notice_data-attach {
+filter: alpha(opacity=0);
+}