summaryrefslogtreecommitdiffstats
path: root/css
AgeCommit message (Collapse)AuthorFilesLines
2008-09-13LAYOUT: removed some overlapping areasArun Persaud1-23/+27
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>
2008-09-13BUGFIX: added missing icons for rulesArun Persaud1-0/+3
made some very simple icons for displaying the rules Signed-off-by: Arun Persaud <arun@nubati.net>
2008-08-21CLEANUP: started cleaning up the CSS file a bitArun Persaud1-30/+39
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>
2008-07-13NEW FEATURE: in poverty you can now see what cards have been handed overArun Persaud1-1/+27
cards exchanged during poverty show now up in the pre-game trick. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-07-08LAYOUT: nice and shinyArun Persaud1-31/+92
hopefully some improvements ;) Signed-off-by: Arun Persaud <arun@nubati.net>
2008-06-08BUGIFX: notes are now available during every phase of the gameArun Persaud1-0/+1
you can now take notes also during the pre-game phase. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-06-07LAYOUT: fixed the layout of the userpage a bitArun Persaud1-1/+2
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>
2008-06-03BUGIFX: fixed a layout issue in IE6Arun Persaud1-0/+1
the tricks used the wrong parent for position:absolute. this might fix it. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-06-01LAYOUT: moved score table and rules to the topArun Persaud1-13/+48
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>
2008-05-26LAYOUT: floating tables on the statistics pageArun Persaud1-0/+9
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>
2008-05-26LAYOUT: applied new table output to statistics pageArun Persaud1-6/+6
most table on the statistics page should look nice now ;) Signed-off-by: Arun Persaud <arun@nubati.net>
2008-05-26LAYOUT: added a unified table layout for statistics, etcArun Persaud1-1/+18
a table that can be styled via CSS is created from an array. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-05-18LAYOUT: added a CSS resetArun Persaud1-9/+29
hopefully makes IE pages look better ;) Signed-off-by: Arun Persaud <arun@nubati.net>
2008-05-11BUGFIX: rewrote poverty, should fix lots of bugsArun Persaud1-12/+6
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>
2008-04-27BUGFIX: couldn't restart a finished game; force reload of CSSArun Persaud1-0/+1
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>
2008-03-19LAYOUT: keep notes area from overflowingArun Persaud1-0/+3
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>
2008-03-11NEW FEATURE: Ability to add personal notes for each gameArun Persaud1-0/+19
In case a player is involed in too many games it can get quite confusing with whom your playing, etc. so now the player can add notes on the side that only show up on his/her screen. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-01-05LAYOUT: new game and vorbehaltArun Persaud1-5/+6
added layout to display vorbehalte and also fixed layout for new games a bit
2007-12-19BUGFIX: fixed some CSS issues for IEArun Persaud1-2/+3
never tried out IE before ;) fixed some small things, so that it looks a bit nicer on IE
2007-12-07LAYOUT: fixed some typos, changed CSS a bitArun Persaud1-40/+56
the linebreak for displaying the tricks should be gone now. Fixed also quite a few other small things at the same time.
2007-12-02NEW FEATURE: detailed few of the score of one gameArun Persaud1-13/+27
display each of the points re and contra made during the game. At the moment only the names from the database are used.
2007-11-02NEW FEATURE: count game points, partly done ;)Arun Persaud1-0/+9
a table will be shown now for score keeping. fox, karlchen and dokos are accounted for normal win, calling something and winning should be accounted for still missing: both parties call or one party calls and doesn't acchieve it's goal
2007-10-31CLEANUP: some small code cleanupArun Persaud1-0/+7
moved some css from inline to the style sheet, some linebreaks, etc.
2007-10-31LAYOUT: moved more text during the setup into the middleArun Persaud1-5/+11
there was still a lot of text that wasn't aligned yet. Still not perfect, but much better than before ;)
2007-10-21LAYOUT: improved the layout of the cards a bitArun Persaud1-89/+71
centered now in x, but not in y, therefore scaling doesn't work nicely yet
2007-10-09LAYOUT: 1st round of changes to get rid of overlapping areasArun1-33/+42
centered table, moved menus to correct place (this also fixed a bug that still showed that it was your turn in a game after you moved) and some other small changes.
2007-08-04LAYOUT: new user pageArun Persaud1-0/+13
mixed finished games, started games and games in progress into one table
2007-08-04LAYOUT: fixed some overlaying of boxes (but not all), made userpage a bit nicerArun Persaud1-21/+11
a bit more html on the user page and the session are displayed differently now. Also fixed a few small html errors, moved the link for new games into the menu and probably some small things I don't remember right now ;)
2007-07-29BUGIFX+LAYOUT: gameids where still in the player menu; show table for new ↵Arun Persaud1-1/+3
game setup fixed last commit. for new games, the table is now shown and one can select the place people are sitting better.
2007-07-29LAYOUT: final score is displayed on the table; played card is displayed in trickArun Persaud1-35/+43
added another trick as trick13 that displays the final score. Also moved the played card to show up as a normal card and not in the middle of the table anymore.
2007-07-28LAYOUT: started work on new layoutArun Persaud1-25/+64
table is also shown during setup of the game user menu on the left, game menu on the right user menu shows games in which you have to move
2007-07-18NEW FEATURE: use php sessionArun Persaud1-2/+9
used php session, so that people can actually log in and out and linking from one page to another can be done easily without using form to send the password as a hidden parameter over the net all the time
2007-07-17LAYOUT: fixed small bug, probably only showed up on small windowsArun Persaud1-7/+5
the session and the trick menu didn't use the full width of the screen, because they were cut off by the floating divs on the left
2007-07-01NEW FEATURE: allow multiple commentsArun Persaud1-5/+14
you can now also comment, if it is not your turn, and up to 7 days after the game finished. doubled size of comments too
2007-06-21LAYOUT: added icons from LanceArun Persaud1-0/+6
re/contra/120...0 and wedding now have icons
2007-06-07* FIX: added extra check for calling 120, etc. so that people can't cheatarun1-0/+3
* NEW: display sessions * NEW: display who's turn it is on the userpage (change in DB) * NEW: different ways when to say 90, 60, etc. (change in DB) * MISC: some clean up, e.g. display of final score
2007-04-14some more testing and bugfixesarun1-16/+23
2007-04-12poverty should work now! added german card deck, tons of small fixesarun1-2/+30
2007-04-10added email to first player at the beginning of the game; fixed small layout ↵arun1-0/+14
issue
2007-04-09more cleanuparun1-7/+0
2007-04-08more cleanup, the layout for the pre game stuff is now probably broken:(arun1-6/+8
2007-04-08cleaned up the interface a bitarun1-33/+22
2007-04-08added footer, moved revision into footerarun1-5/+10
2007-02-07fixed: bug in routine to figure out the next playerarun1-0/+6
added rulesets (change in database): at the beginning of a game differnt rules can be chosen
2007-01-26added game number to game displayarun1-0/+6
2007-01-14added displau of revsion numberarun1-0/+5
2007-01-04bugfix: names and table show up all the time now;arun1-61/+90
2006-12-13 a bit more cleanup in the layoutarun1-2/+10
2006-12-13 a bit of cleanup in the layoutarun1-7/+7
2006-12-13added two new features: local time and a link to the user pagearun1-0/+6