MDL-40938 theme_bootstrapbase: Fix for text fields in login block.
This commit is contained in:
@@ -126,6 +126,22 @@
|
||||
border-top-color: darken(@wellBackground, 7%);
|
||||
}
|
||||
|
||||
// Overide for login block.
|
||||
.block_login {
|
||||
input#login_username,
|
||||
input#login_password {
|
||||
width: 95%;
|
||||
}
|
||||
.content {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 280px;
|
||||
}
|
||||
input[type="submit"] {
|
||||
margin: 10px 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Overide for RTL layout.
|
||||
.dir-rtl {
|
||||
.block .header,
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user