summaryrefslogtreecommitdiff
path: root/theme/default/base/css/ie.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/default/base/css/ie.css')
-rw-r--r--theme/default/base/css/ie.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/theme/default/base/css/ie.css b/theme/default/base/css/ie.css
new file mode 100644
index 000000000..5d8bea8ae
--- /dev/null
+++ b/theme/default/base/css/ie.css
@@ -0,0 +1,32 @@
+/* IE specific styles */
+legend {
+margin-left:-7px;
+}
+input.checkbox {
+top:0;
+}
+#form_notice textarea {
+width:78%;
+}
+#form_notice #notice_action-submit {
+width:17%;
+max-width:17%;
+}
+#anon_notice {
+max-width:39%;
+}
+
+.notice-options input.submit {
+font-size:0;
+margin-top:3px;
+height:16px;
+text-align:right;
+text-indent:0;
+width:24px;
+}
+.notice div.entry-content .timestamp a {
+margin-right:4px;
+}
+.entity_profile {
+width:64%;
+}