From e106531c0d74dccb20794ab9226bbde52fc4129e Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 6 Apr 2017 01:36:51 +0200 Subject: Player history generation --- http/res/ranking.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'http') diff --git a/http/res/ranking.css b/http/res/ranking.css index da8b586..316aa49 100644 --- a/http/res/ranking.css +++ b/http/res/ranking.css @@ -8,6 +8,9 @@ border-top: solid 1px #ddd; border-bottom: solid 1px #ddd; opacity: 0.1; } +.table.history { + opacity: 1; +} .table .label { display: inline-block; width: 40px } .table, .table .club, .table .region, .table .age, @@ -21,3 +24,17 @@ border-right: solid 1px #ddd } .table > tbody > tr { cursor: pointer } +.table-bordered > tbody .place, +.table-bordered > tbody .age-place, +.table-bordered > tbody .gender-place, +.table-bordered > tbody .region-place { + border-right: none; +} +.table-bordered > tbody .place-change, +.table-bordered > tbody .age-place-change, +.table-bordered > tbody .gender-place-change, +.table-bordered > tbody .region-place-change { + border-left: none; +} +.table > thead th { text-align: center } +.table.history > tbody > tr { cursor: auto } -- cgit v1.2.3