summaryrefslogtreecommitdiffstats
path: root/skins/custom
diff options
context:
space:
mode:
Diffstat (limited to 'skins/custom')
-rw-r--r--skins/custom/create_bug.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/skins/custom/create_bug.css b/skins/custom/create_bug.css
index 30f8c5d03..b1164aa75 100644
--- a/skins/custom/create_bug.css
+++ b/skins/custom/create_bug.css
@@ -13,7 +13,22 @@
}
.hidden_text {
- opacity: 0;
+ opacity: 0;
filter: alpha(opacity=0);
}
+#bug_create_warning {
+ border: 1px solid #dddddd;
+ background: #fff9db;
+ color: #666458;
+ padding: 5px;
+}
+
+#bug_create_warning_image {
+ float: left;
+ padding: 5px;
+}
+
+#bug_create_warning_text {
+ margin-left: 42px;
+}