MDL-27793 themes : anomaly theme rtl+ltr login box element widths fixed to be acceptable for IE and FF.
This commit is contained in:
committed by
Eloy Lafuente (stronk7)
parent
887fd0e4c7
commit
6131c668d9
@@ -61,6 +61,7 @@ h6.main {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Tabs
|
||||
*/
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user