summaryrefslogtreecommitdiff
path: root/theme/shiny/css/ie.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/shiny/css/ie.css')
-rw-r--r--theme/shiny/css/ie.css67
1 files changed, 65 insertions, 2 deletions
diff --git a/theme/shiny/css/ie.css b/theme/shiny/css/ie.css
index ca6c09d44..3c8e2230d 100644
--- a/theme/shiny/css/ie.css
+++ b/theme/shiny/css/ie.css
@@ -1,9 +1,72 @@
/* IE specific styles */
+/* IE specific styles */
+
+/* base theme overrides */
+
+input.checkbox,
+input.radio {
+top:0;
+}
+.form_notice textarea {
+ width: 374px;
+}
+.form_notice .form_note + label {
+position:absolute;
+top:25px;
+left:83%;
+text-indent:-9999px;
+height:16px;
+width:16px;
+display:block;
+ top: 31px;
+ right: 88px;
+}
+.form_notice #notice_action-submit {
+ width: 96px;
+ max-width: 96px;
+}
+.form_notice #notice_data-attach_selected,
+.form_notice #notice_data-geo_selected {
+width:78.75%;
+}
+.form_notice #notice_data-attach_selected button,
+.form_notice #notice_data-geo_selected button {
+padding:0 4px;
+}
+.notice-options input.submit {
+font-size:0;
+text-align:right;
+text-indent:0;
+}
+.notice div.entry-content .timestamp a {
+margin-right:4px;
+}
+.entity_profile {
+width:64%;
+}
+.notice {
+z-index:1;
+}
+.notice:hover {
+z-index:9999;
+}
+.notice .thumbnail img {
+z-index:9999;
+}
+
+.form_settings fieldset fieldset legend {
+line-height:auto;
+}
+
+.form_notice #notice_data-attach {
+filter: alpha(opacity=0);
+}
+
#wrap {
- background-color: #c9c9c9;
+ background: url(../images/wrap_bg.png) repeat top left;
}
#aside_primary .section {
- background-color: #c9c9c9;
+ background: url(../images/wrap_bg.png) repeat top left;
}