Clean up login page styles
This commit is contained in:
@@ -1,7 +1,20 @@
|
||||
html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
max-width: 760px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
h1 {
|
||||
padding-bottom: 3rem;
|
||||
padding-top: 3rem;
|
||||
}
|
||||
|
||||
#content-body {
|
||||
width: 50vw;
|
||||
max-width: 800px;
|
||||
margin: 40px auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#login-button {
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="content-body" class="container">
|
||||
<h1 id="site-title">SIK Admin</h1>
|
||||
<h1>SIK Admin</h1>
|
||||
<form method="POST" class="form-horizontal" action=""> {% csrf_token %}
|
||||
<div class="form-group row">
|
||||
<label for="input-username" class="col-sm-2 col-form-label">Käyttäjätunnus</label>
|
||||
|
||||
Reference in New Issue
Block a user