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

This commit is contained in:
Aparup Banerjee
2012-03-01 09:19:59 +01:00
committed by Eloy Lafuente (stronk7)
parent 887fd0e4c7
commit 6131c668d9
2 changed files with 5 additions and 7 deletions
+1
View File
@@ -61,6 +61,7 @@ h6.main {
text-align: center;
}
/**
* Tabs
*/
+4 -7
View File
@@ -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 {