Files
erpnext/website/templates/css/login.css
Rushabh Mehta 1c8ab8ad7a c
2012-12-10 14:56:45 +05:30

19 lines
221 B
CSS

<style>
#login_wrapper {
height: 300px;
padding-top: 50px;
}
#login_wrapper h3 {
text-align: center;
}
.login-banner {
margin-bottom: 20px;
}
.login-box td {
padding: 8px;
}
</style>