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 {