make nicer buttons

This commit is contained in:
Colin Frei 2013-07-22 08:17:31 +02:00
parent 521ea2f2f9
commit 84e7a9a5d8

View file

@ -239,3 +239,13 @@ select {
.active {
color: red;
}
button {
margin: 5px;
padding: 10px;
font-size: 14px;
}
.warn {
background-color: #ff8175;
}