Fix admin event editor

The date field was a lot of work, but it's a lot easier to use now.
This commit is contained in:
2018-08-10 00:19:16 +02:00
parent 13518f7fff
commit 29a41f5ad8
3 changed files with 85 additions and 34 deletions

View File

@@ -260,6 +260,10 @@ article {
margin-top: 0;
}
.noborder {
border: none;
}
.btn {
padding: .5em;
border-radius: 4px;