summaryrefslogtreecommitdiff
path: root/theme/rebase/css/ie.css
diff options
context:
space:
mode:
authorSamantha Doherty <sammy@status.net>2010-10-19 11:07:53 -0400
committerSamantha Doherty <sammy@status.net>2010-10-19 11:07:53 -0400
commite5ae75402015808e5d55657befab43b56c40a6c4 (patch)
tree83caf8af26d9b305c02697ac97193586bfe0acc4 /theme/rebase/css/ie.css
parent6baba4a2e4770b41c56d89a7d6791664b2c738f0 (diff)
Big updates for themes rebase, clean, and shiny. A few more adjustments to come for 0.9.6, time (probably not) permitting.
Diffstat (limited to 'theme/rebase/css/ie.css')
-rw-r--r--theme/rebase/css/ie.css39
1 files changed, 27 insertions, 12 deletions
diff --git a/theme/rebase/css/ie.css b/theme/rebase/css/ie.css
index 88985efb7..5d38ca102 100644
--- a/theme/rebase/css/ie.css
+++ b/theme/rebase/css/ie.css
@@ -1,17 +1,11 @@
-/**
- * @package StatusNet
- * @author Sarven Capadisli <csarven@status.net>
- * @copyright 2009-2010 StatusNet, Inc.
- * @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
- * @link http://status.net/
- */
-/* IE specific styles */
+/* Temporary copy of base styles for overriding */
+
input.checkbox,
input.radio {
top:0;
}
.form_notice textarea {
-width:78%;
+ width: 485px;
}
.form_notice .form_note + label {
position:absolute;
@@ -21,10 +15,11 @@ text-indent:-9999px;
height:16px;
width:16px;
display:block;
+ top: 30px;
}
.form_notice #notice_action-submit {
-width:17%;
-max-width:17%;
+ width: 106px;
+ max-width: 106px;
}
.form_notice #notice_data-attach_selected,
.form_notice #notice_data-geo_selected {
@@ -60,6 +55,26 @@ line-height:auto;
}
+/* IE specific styles */
+
+.notice-options input.submit {
+ color:#FFFFFF;
+}
+
.form_notice #notice_data-attach {
-filter: alpha(opacity=0);
+ filter: alpha(opacity=0);
+}
+
+.form_notice .form_note + label {
+ background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -328px;
+}
+
+.form_notice #notice_data-geo_wrap label {
+ background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -1780px;
}
+
+.form_notice #notice_data-geo_wrap label.checked {
+ background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -1846px;
+}
+
+