From 51172f04d97c5f95d338ca6effd6f13d33b162fd Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Mon, 26 Oct 2015 18:37:08 +0100 Subject: [PATCH] fix tables layout and update TODO.txt --- TODO.txt | 11 +++++++---- web/dnd.css | 4 ---- web/room.css | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) 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; -- 2.17.1