diff options
author | emkael <emkael@tlen.pl> | 2017-07-04 15:53:19 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-07-04 15:55:39 +0200 |
commit | bf0b6154fe7b5a7853b15ab5d401e3f6524f1ec5 (patch) | |
tree | 631d5dbc2eef57b8f07c895c126db14bbdbce0e7 /http | |
parent | 904770f12304f5e7233a68e4a1eab0f9e0fbc2f7 (diff) |
Compiling static links into top menu of the pages
Diffstat (limited to 'http')
-rw-r--r-- | http/res/ranking.css | 11 |
1 files changed, 11 insertions, 0 deletions
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 } |