fix tables layout and update TODO.txt
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Mon, 26 Oct 2015 17:37:08 +0000 (18:37 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Mon, 26 Oct 2015 17:37:08 +0000 (18:37 +0100)
TODO.txt
web/dnd.css
web/room.css

index d107f29..73c3b2e 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
      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)
index bda947e..f0fc669 100644 (file)
@@ -59,10 +59,6 @@ img.cover {
     height: 600px;
 }
 
-.proxhr { 
-    background-color: green;
-}
-
 .superfront {
     z-index: 20;
 }
index 1ccf090..836cee1 100644 (file)
@@ -328,7 +328,7 @@ div.esco {
 
 .proxhr {
     position: relative;
-    top:  10px;
+    top:  2px;
     width: 100%;
     align: center;
     text-align: center;