mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 09:33:44 +01:00
Improve homepage design further
This commit is contained in:
parent
b6601e5bc4
commit
ec4461d0f7
@ -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 {
|
||||||
|
@ -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;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block title %}
|
{% block title %}
|
||||||
Dashboard
|
Welcome
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block container %}
|
{% block container %}
|
||||||
|
Loading…
Reference in New Issue
Block a user