Improve homepage design further

This commit is contained in:
rubenwardy 2018-05-18 04:18:57 +01:00
parent b6601e5bc4
commit ec4461d0f7
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
3 changed files with 10 additions and 1 deletions

View File

@ -82,6 +82,10 @@ a:hover {
margin: 15px 0;
}
.button, .buttonset li a, input[type=submit] {
cursor: pointer;
}
.button, .buttonset li a, input[type=submit], input[type=text],
input[type=password], textarea, select {
text-align: center;
@ -137,6 +141,7 @@ select:not([multiple]) {
border: 1px solid rgba(255,255,255,0.17);
border: 1px solid #555;
text-decoration: none;
color: #ddd;
}
.btn_green {

View File

@ -34,6 +34,10 @@ header p {
max-width: 400px;
}
header input {
margin: 3px;
}
footer {
color: #999;
padding: 30px 0;

View File

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block title %}
Dashboard
Welcome
{% endblock %}
{% block container %}