summaryrefslogtreecommitdiffstats
path: root/core/css/fixes.css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/fixes.css')
-rw-r--r--core/css/fixes.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/css/fixes.css b/core/css/fixes.css
index bec002b96b3..4ee854addef 100644
--- a/core/css/fixes.css
+++ b/core/css/fixes.css
@@ -63,3 +63,9 @@
.ie8 #nojavascript {
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c320000', endColorstr='#4c320000'); /* IE */
}
+
+/* IE8 doesn't have rounded corners, so the strengthify bar should be wider */
+.lte8 #body-login .strengthify-wrapper {
+ width: 271px;
+ left: 6px;
+}