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:
committed by
Eloy Lafuente (stronk7)
parent
1fa9907b7d
commit
cad5317fd0
@@ -59,6 +59,7 @@ h6.main {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Tabs
|
||||
*/
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user