diff options
author | emkael <emkael@tlen.pl> | 2017-04-06 01:36:51 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-04-06 01:36:51 +0200 |
commit | e106531c0d74dccb20794ab9226bbde52fc4129e (patch) | |
tree | 60ca747b86b6a19e74c6a3e2a26b734c870a9cd3 /http | |
parent | cce7440974bbf7999f160d07d99cf22265ceebd5 (diff) |
Player history generation
Diffstat (limited to 'http')
-rw-r--r-- | http/res/ranking.css | 17 |
1 files changed, 17 insertions, 0 deletions
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 } |