From 6131c668d91f73b248c8bc50c5b25acf5cf77ca1 Mon Sep 17 00:00:00 2001 From: Aparup Banerjee Date: Thu, 1 Mar 2012 10:21:22 +0800 Subject: [PATCH] MDL-27793 themes : anomaly theme rtl+ltr login box element widths fixed to be acceptable for IE and FF. --- theme/anomaly/style/base.css | 1 + theme/anomaly/style/general.css | 11 ++++------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/theme/anomaly/style/base.css b/theme/anomaly/style/base.css index 019f65746ff..ce915e3c039 100644 --- a/theme/anomaly/style/base.css +++ b/theme/anomaly/style/base.css @@ -61,6 +61,7 @@ h6.main { text-align: center; } + /** * Tabs */ diff --git a/theme/anomaly/style/general.css b/theme/anomaly/style/general.css index 59cb98326a2..2f93b1aab18 100644 --- a/theme/anomaly/style/general.css +++ b/theme/anomaly/style/general.css @@ -186,18 +186,13 @@ h1.headermain { } .loginbox .loginform .form-label { - width: 39%; - float: left; - text-align: right; -} -.dir-ltr .loginbox .loginform .form-label { - width: 39%; + width: 44%; float: left; text-align: right; } .loginbox .loginform .form-input { - width: 60%; + width: 55%; float: right; text-align: left; } @@ -249,6 +244,8 @@ h1.headermain { border-top: 1px solid #DDD; } +.dir-rtl .loginbox .loginform .form-input {width:50%} + /** Blocks **/ .block {