summaryrefslogtreecommitdiffstats
path: root/settings/css/settings.css
diff options
context:
space:
mode:
Diffstat (limited to 'settings/css/settings.css')
-rw-r--r--settings/css/settings.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 869a113762b..c619bd7b9b3 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -370,6 +370,18 @@ span.error {
margin-top: -7px;
}
+.ie8 .strengthify-wrapper {
+ left: 389px;
+}
+
+.onlyInIE8 {
+ display: none;
+}
+
+.ie8 .onlyInIE8 {
+ display: inline;
+}
+
/* OPERA hack for strengthify*/
doesnotexist:-o-prefocus, .strengthify-wrapper {
left: 185px;
@@ -415,4 +427,4 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
#encryptionModules {
padding: 10px;
-} \ No newline at end of file
+}