summaryrefslogtreecommitdiff
path: root/theme/rebase
diff options
context:
space:
mode:
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);
+}