summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2020-02-11 18:42:30 -0500
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2020-02-11 18:42:30 -0500
commit1be4dce20256f22d0be648fad016e819a050e95d (patch)
treed2795239360168969ceae3d7d909035277e24841 /static
parent32d3fa0eaea214c0c291ac6387cd4289b9cec69a (diff)
Add embedded diesel db migrations
Diffstat (limited to 'static')
-rw-r--r--static/default.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/static/default.css b/static/default.css
index 2377d14..b3003ab 100644
--- a/static/default.css
+++ b/static/default.css
@@ -106,13 +106,10 @@ th, td {
.details-visible {
padding: 8px;
- max-height: 1000px;
+ max-height: 600px;
transition: all 0.15s ease-in-out;
}
-.details div {
-}
-
tr:nth-child(2n + 1) td {
background-color: #fff;
}