From bf0b6154fe7b5a7853b15ab5d401e3f6524f1ec5 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 4 Jul 2017 15:53:19 +0200 Subject: Compiling static links into top menu of the pages --- http/res/ranking.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'http') diff --git a/http/res/ranking.css b/http/res/ranking.css index 76b67ae..2993dd7 100644 --- a/http/res/ranking.css +++ b/http/res/ranking.css @@ -39,3 +39,14 @@ } .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