{% extends 'base.html' %} {% block css %} table.alternating tr:nth-child(even) { background-color: #e2e2e2; } table.alternating tr:nth-child(odd) { background-color: #ffffff; } th.desc { background: linear-gradient(to bottom, white, grey); } td.checkbox, td.number { height: 0.1em; padding: 0em; text-align: center; } td.checkbox { width: 0.1em } td button { height: 1.5em; padding: 0em; margin: 0em } td details { display: inline } input[type="number"] { text-align: right; } {% endblock %} {% block content %}