summaryrefslogtreecommitdiff
path: root/jimbrella
diff options
context:
space:
mode:
Diffstat (limited to 'jimbrella')
-rw-r--r--jimbrella/static/jimbrella.css8
-rw-r--r--jimbrella/templates/admin/logs.html2
2 files changed, 7 insertions, 3 deletions
diff --git a/jimbrella/static/jimbrella.css b/jimbrella/static/jimbrella.css
index 1407253..8c39ba4 100644
--- a/jimbrella/static/jimbrella.css
+++ b/jimbrella/static/jimbrella.css
@@ -68,14 +68,18 @@ input.db-edit {
background-color: #e99fd3;
}
-.lent, .blue {
+.lent, .takeaway, .blue {
background-color: #9fd3e9;
}
-.available, .green {
+.available, .giveback, .green {
background-color: #d3e99f;
}
+.admin_modify_db, .yellow {
+ background-color: #;
+}
+
.proportion {
display: inline;
}
diff --git a/jimbrella/templates/admin/logs.html b/jimbrella/templates/admin/logs.html
index 6f0ed71..2d3bcb5 100644
--- a/jimbrella/templates/admin/logs.html
+++ b/jimbrella/templates/admin/logs.html
@@ -20,7 +20,7 @@
</thead>
<tbody>
{% for log in logs %}
- <tr class="{{ log.event }}">
+ <tr class="{{ log.event|lower }}">
<td>{{ log.date_str }}</td>
<td>{{ log.description }}</td>
<td>{{ log.note }}</td>