MDL-40938 theme_bootstrapbase: Fix for text fields in login block.

This commit is contained in:
Mary Evans
2014-02-08 02:40:42 +00:00
parent 4c56e8210c
commit 67ad915c00
2 changed files with 17 additions and 1 deletions
@@ -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