Fixed img height on login page, set focus to username

This commit is contained in:
BNoiZe
2013-10-18 18:53:52 +02:00
parent 5231ae2383
commit 0eb8e0c55c
3 changed files with 5 additions and 5 deletions

View File

@@ -56,10 +56,8 @@ $(document).ready(function() {
$(".main").css('min-height', $("nav").height() - 134);
// set focus on username-field if on loginpage
if ($(".loginpage").length != 0) {
$("#loginname").focus();
}
$("#loginname").focus();
if ($("table.bradius").length != 0) {
$("table.bradius tbody tr").hover(function() {
$(this).css("background-color", "#f5f5f5");