Well it is better, but I don't like 2 things here:
1. Tournament label - looks really sloppy. Should be placed (for better look) above the game number (or below).
2. Game settings row. Very long, really hard to read, you actually need to read all the line to know if the game has flat rate or escalating. And you are wasting vertical space with that info.
For example, try to read next 2 paragraphs and answer how many $ a man yearns monthly.
- Code: Select all
Name: John Surname: Wilson Occupation: Doctor Salary: 1200$ Status: Divorced
---------------
Name: Lucy
Surname: Hampthone
Occupation: Manager
Salary: 1500$
Status: Married
And feel how much time you needed to find a correct answer. #1 - you need to read whole line to get to the right place. #2 - you need to read labels only, and when you've found correct one - you get the answer (and it is faster).
Also, it is harder to read lines than columns. And, as I said 2 months ago - it is hard to read a line without color/icon coding. If you want the data to be accessed quickly - you need to add some anchors so people can find them and orient more quickly. Right now the row looks dim and gray, hard to read. Add colors and icons - info will be much more accessible.
I can't draw the image right now, but if you need one for better understanding - I can provide it later.