From 157d38e305f2144e546ec1e964292477cae9516d Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 7 Sep 2017 12:12:16 +0200 Subject: Renaming HTTP resource directories to prefixed names --- http/res/ranking.css | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 http/res/ranking.css (limited to 'http/res/ranking.css') diff --git a/http/res/ranking.css b/http/res/ranking.css deleted file mode 100644 index 2993dd7..0000000 --- a/http/res/ranking.css +++ /dev/null @@ -1,52 +0,0 @@ -#filters div[role="group"] { margin: 10px; } -.table-hover > tbody > tr.gold > td { background-color: #FFEF96 } -.table-hover > tbody > tr.silver > td { background-color: #E5E5E5 } -.table-hover > tbody > tr.bronze > td { background-color: #E1CAB4 } -.table-hover > tbody > tr.gold:hover > td { background-color: #FFE34C } -.table-hover > tbody > tr.silver:hover > td { background-color: #CDCDCD } -.table-hover > tbody > tr.bronze:hover > td { background-color: #D7B99A } -.table { - 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, -.table .gender, .table .ranking { - border-left: solid 1px #ddd; border-right: solid 1px #ddd -} -.table .pid { - border-left: solid 1px #ddd -} -.table .pidlink { - 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 } - -.container { position: relative; } -.static-menu { - position: absolute; - display: inline-block; - width: auto; - top: 0; - right: 0; - margin: 0 15px; -} -.static-menu .btn { border-top-left-radius: 0; border-top-right-radius: 0 } -- cgit v1.2.3