From 2a2c81f1250ef94f1b937307e9c6805b111d9b21 Mon Sep 17 00:00:00 2001 From: koksnuss Date: Mon, 27 Apr 2020 23:03:27 +0200 Subject: [PATCH] add td.spacer, decrease overall font-size, vertical-align middle in --- coinmanager/coinc/static/coinc/styles.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/coinmanager/coinc/static/coinc/styles.css b/coinmanager/coinc/static/coinc/styles.css index 351c794..dc8a3cb 100644 --- a/coinmanager/coinc/static/coinc/styles.css +++ b/coinmanager/coinc/static/coinc/styles.css @@ -30,6 +30,7 @@ a, a:hover, a:active, a:visited { text-decoration: none; color: black !important; cursor: default; + vertical-align: inherit; } a.nav-link:hover { @@ -63,14 +64,17 @@ table td { } table > thead > tr > th { - border-bottom: 2px solid black; + border-bottom: 1.7px solid black; background-image: linear-gradient(0, #9fc5e8, white); background-position: 100% 100%; + padding: 5px; + font-weight: normal; } table > tbody > tr > td { border: 1px solid gray; text-align: center; + font-size: 0.8rem; } td > * { @@ -106,6 +110,11 @@ td.year-complete { background-color: green; } +td.spacer { + border: 0; + background-color: white; +} + div.ec { color: red; }