Jan Dittberner
4dd5e09820
- switch from goose to github.com/rubenv/sql-migrate - move assets (static, templates, migrations) to boardvoting package - add generated boardvoting/assets.go - remove unused static files from static directory - add package db with db migration configuration
31 lines
397 B
CSS
31 lines
397 B
CSS
html, body, th, td {
|
|
font-family: Verdana, Arial, sans-serif;
|
|
font-size:10px;
|
|
}
|
|
table, tr, td, th {
|
|
vertical-align:top;
|
|
border:1px solid black;
|
|
border-collapse: collapse;
|
|
}
|
|
td.navigation {
|
|
text-align:center;
|
|
}
|
|
td.approved {
|
|
color:green;
|
|
}
|
|
td.declined {
|
|
color:red;
|
|
}
|
|
td.withdrawn {
|
|
color:red;
|
|
}
|
|
td.pending {
|
|
color:blue;
|
|
}
|
|
textarea {
|
|
width:400px;
|
|
height:150px;
|
|
}
|
|
input {
|
|
width:400px;
|
|
}
|