MDL-27793 themes : anomaly theme rtl+ltr login box element widths fixed to be acceptable for IE and FF.

Conflicts:

	theme/anomaly/style/general.css
This commit is contained in:
Aparup Banerjee
2012-03-01 09:24:02 +01:00
committed by Eloy Lafuente (stronk7)
parent 1fa9907b7d
commit cad5317fd0
2 changed files with 5 additions and 8 deletions
+1
View File
@@ -59,6 +59,7 @@ h6.main {
text-align: center;
}
/**
* Tabs
*/
+4 -8
View File
@@ -166,19 +166,13 @@ html, body {
}
.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;
}
@@ -230,6 +224,8 @@ html, body {
border-top: 1px solid #DDD;
}
.dir-rtl .loginbox .loginform .form-input {width:50%}
/** Blocks **/
.block {