Merge branch 'MDL-40938-26' of git://github.com/lazydaisy/moodle into MOODLE_26_STABLE

This commit is contained in:
Sam Hemelryk
2014-02-10 14:16:22 +13:00
2 changed files with 17 additions and 1 deletions
@@ -183,6 +183,22 @@
}
}
// 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