Add jumbotron background

This commit is contained in:
rubenwardy 2018-05-21 13:50:30 +01:00
parent 51a31b58b6
commit e5f61f2dc6
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
3 changed files with 11 additions and 1 deletions

View File

@ -99,6 +99,14 @@ a:hover {
font-size: 100%;
}
header {
.button, .buttonset li a, input[type=submit], input[type=text],
input[type=password], textarea, select {
background: rgba(255,255,255,0.1);
border: 1px solid rgba(255,255,255,0.2);
}
}
input[type=text], input[type=password], textarea, select {
text-align: left;
}

View File

@ -27,7 +27,9 @@ header h1, header p, header form {
header {
padding: 30px;
background: #258;
background: #258 url("jumbotron.png");
background-position: center;
background-size: cover;
}
header p {

BIN
app/static/jumbotron.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 771 KiB