summaryrefslogtreecommitdiff
path: root/theme/base/css/ie.css
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-04-02 06:29:49 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-04-02 06:29:49 +0000
commit36f73bffbc717d895370e905070c310062127529 (patch)
tree7d2ba69a2a3cb3360e8686d0cd549e079b386602 /theme/base/css/ie.css
parentc172cbafaa9ba17ff8ca5c6dd07741bd0de96871 (diff)
Better support for 800px ~ 1024px width viewport/screen resolutions.
Diffstat (limited to 'theme/base/css/ie.css')
-rw-r--r--theme/base/css/ie.css31
1 files changed, 19 insertions, 12 deletions
diff --git a/theme/base/css/ie.css b/theme/base/css/ie.css
index 45176a201..5d8bea8ae 100644
--- a/theme/base/css/ie.css
+++ b/theme/base/css/ie.css
@@ -1,8 +1,21 @@
/* IE specific styles */
-
-#aside_primary {
-padding-left:11px;
+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;
@@ -11,15 +24,9 @@ text-align:right;
text-indent:0;
width:24px;
}
-
-input.checkbox {
-top:0;
-}
-
-legend {
-margin-left:-7px;
-}
-
.notice div.entry-content .timestamp a {
margin-right:4px;
}
+.entity_profile {
+width:64%;
+}