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

View File

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

View File

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