From: Matteo Nastasi (mop) Date: Mon, 26 Oct 2015 17:37:08 +0000 (+0100) Subject: fix tables layout and update TODO.txt X-Git-Tag: v5.1.0~10 X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=51172f04d97c5f95d338ca6effd6f13d33b162fd fix tables layout and update TODO.txt --- diff --git a/TODO.txt b/TODO.txt index d107f29..73c3b2e 100644 --- a/TODO.txt +++ b/TODO.txt @@ -14,10 +14,13 @@ DONE - add apprentice icon DONE - match counters (part 1) DONE . sql for match counters - WIP - new info system - WIP - click management - - show user info (RO) - - require command/info + DONE - new info system + DONE - click management + DONE - show user info (RO) + DONE - require command/info + DONE - fix fiverank table + DONE - fix bug with bitwise + - fix layout of tables Phase2 - match counters (part 2) diff --git a/web/dnd.css b/web/dnd.css index bda947e..f0fc669 100644 --- a/web/dnd.css +++ b/web/dnd.css @@ -59,10 +59,6 @@ img.cover { height: 600px; } -.proxhr { - background-color: green; -} - .superfront { z-index: 20; } diff --git a/web/room.css b/web/room.css index 1ccf090..836cee1 100644 --- a/web/room.css +++ b/web/room.css @@ -328,7 +328,7 @@ div.esco { .proxhr { position: relative; - top: 10px; + top: 2px; width: 100%; align: center; text-align: center;