diff --git a/custom_portal.css b/custom_portal.css index 5566d7e..b5d8d5e 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -123,7 +123,10 @@ body { .login-form .btn { height: 52px; margin: 8px 0; - padding: 0; + padding: 0 0 0 60px; +} +.login-form .btn:hover { + background: none; } .login-form .form-group { @@ -145,7 +148,6 @@ body { } .login-form .form-text { - width: 90%; height: 52px; padding: 0 5%; border: 0; @@ -169,10 +171,6 @@ body { background-position: 0 -52px; } input[type="submit"] { - width: 400px; - height: 52px; - margin: 7px 0; - padding: 0 0 0 70px; border: 0; background-image: url("pictures/picto.jpg"); background-position: 0 52px;