Age | Commit message (Collapse) | Author | Files | Lines |
|
flush left with the rest of the test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
some changes in order of HTML, but mostly CSS
|
|
|
|
|
|
|
|
|
|
use html5 with jquery as a fallback
|
|
used to have two floats, but when the second one went over two lines (due to vacation message)
the layout didn't show up correctly anymore when collapsed.
|
|
the text will now say either show or hide not both depending on the situation.
|
|
|
|
by default only show the active games/sessions and hide all the other games
|
|
to the bottom of the page
this should make it easier for people with a mobile phone.
|
|
|
|
also added some more comments
|
|
use icons at the table and on the user page (for last players logged in).
|
|
only shows 0,1,few or many tricks, so that we don't give too much information away. Might adjust or change this in the future.
This addresses issues #11.
|
|
|
|
Users can add and delete OpenIDs on the settings page and then log in
user those OpenIds.
They can also use their OpenIDs to register.
|
|
The validator should be happy again ;) and the clocks should look a bit better.
|
|
jquery
using jquery to add table sorting, might also use it for other things later.
Also optimized some DB-queries and cleaned up some code.
|
|
users can specify a vacation start and end date and a message. Once they are on vacation their name will be shown in a different color at the table and on the user page (in case it is their turn).
|
|
started adding hints for newbies (to edoko not doko) on how to use the program
|
|
the right margin was incorrect, fixed now.
|
|
the bug where you couldn't click on the prev/next button shouldn't show up that often now, since that area is now a bit bigger, but the bug is still there...
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
some html + css code cleanup
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
same hand
had to change a few things and check more often if people are logge in, so that for example
personal notes only show up when you are logged in and not when someone else is looking at your cards
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
found by Sean during extensive testing ;) should behave better now.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
the total points and the game points for re/contra now only show up
on the "score" trick. This way they don't overlap with graphics when
looking at older tricks.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
made some very simple icons for displaying the rules
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
lots of work still needs to be done to make this readable again. It's pretty messed up with lots of things
out of order and also the naming convention is not consistent. I'm also sure that you can achieve the same effect with a lot less layout.
Signed-off-by: Arun Persaud <apersaud@lbl.gov>
|
|
cards exchanged during poverty show now up in the pre-game trick.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
hopefully some improvements ;)
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
you can now take notes also during the pre-game phase.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
the size of the whole page is wider now and the middle column of the table is fixed to a certain width.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
the tricks used the wrong parent for position:absolute. this might fix it.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
removed more of the side layout into the top session bar. removed the list of games in a session and have it now accessable via the score table
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
less text, captions are real captions not in paragraphs anymore, etc.
not sure about the floating arrangments, but still better than before
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
most table on the statistics page should look nice now ;)
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
a table that can be styled via CSS is created from an array.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
hopefully makes IE pages look better ;)
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
poverty should work now, even if the user doesn't do everything in one go.
Cleaned up the layout at the same time. The cards were sometime displayed below the main page, which led to a lot of empty space...
Indicating whos turns it is during the pre-game phase should now be ok.
Also cleaned up whitespaces.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
problem was that everything on the page was in a form which is now
submitted to the game page, but for new games, we need to call the newgame.php
page. moved the button out of the side and into its own div structure now to fix it.
also renamed the css file to force a reload
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
added overflow auto to CSS and fixed the height of the div. Depending
on the screen size there might be overlap now, but at least the notes
area won't grow like crazy in case you add too many notes.
Signed-off-by: Arun Persaud <apersaud@lbl.gov>
|