From 9e047a551e8511d24c0332857c3fb10919e51619 Mon Sep 17 00:00:00 2001 From: Aaron Traas Date: Wed, 24 Jul 2019 14:34:52 -0400 Subject: [PATCH] Fixed CSS --- crtools/_version.py | 2 +- crtools/static/crtools.css | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/crtools/_version.py b/crtools/_version.py index 041e628..2614ce9 100644 --- a/crtools/_version.py +++ b/crtools/_version.py @@ -1 +1 @@ -__version__ = "2.6.3" +__version__ = "2.7.0" diff --git a/crtools/static/crtools.css b/crtools/static/crtools.css index 23fff36..6e5008a 100644 --- a/crtools/static/crtools.css +++ b/crtools/static/crtools.css @@ -478,6 +478,11 @@ table td.battles { font-weight: bold; } +td.last-seen { + font-size: 12px; + text-align: center; +} + #war-stats .wins, #war-stats .crowns, #war-stats .battles { @@ -585,6 +590,10 @@ table td.rank span { padding-left: 0; } +#member-table td.rank { + text-align: center; +} + #member-table td.name { position: relative; } @@ -635,6 +644,7 @@ table td.rank span { #info table .score, #info table .inactivity, #info table .donations, +#info table .donations-recieved, #info table .trophies { text-align: center; }