Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-19 | LAYOUT: improved layout of about page | Arun Persaud | 1 | -10/+1 | |
2013-01-19 | LAYOUT: fix footer | Arun Persaud | 1 | -110/+737 | |
2013-01-12 | LAYOUT: move to compiled less to make things faster | Arun Persaud | 1 | -0/+110 | |
2012-10-05 | added less, moved bootstrap to less components | Arun Persaud | 1 | -852/+0 | |
2012-09-19 | LAYOUT/BUGFIX: fixed wrong scaling of cards that was introduced a few ↵ | Arun Persaud | 1 | -13/+24 | |
commits earlier | |||||
2012-09-19 | adjusted some colors in css | Arun Persaud | 1 | -2/+2 | |
2012-09-19 | better message when working on the database or having edoko offline for ↵ | Arun Persaud | 1 | -0/+10 | |
other reasons. | |||||
2012-09-19 | BUGFIX: css index prevented user from selecting a radio button and minor tweaks | Arun Persaud | 1 | -25/+19 | |
* fixed in sickness screen * removed unnessecary questions * pre-selected yes for starting a game * some minor css tweaks | |||||
2012-09-17 | Mark the starting player until the game actually starts ;) | Arun Persaud | 1 | -0/+8 | |
just a small text above the player with some CSS | |||||
2012-06-09 | LAYOUT: fixed layout bugs due to newer version of jquery | Arun Persaud | 1 | -0/+1 | |
2012-02-10 | updated copyright notice for 2012 | Arun Persaud | 1 | -1/+1 | |
2012-02-10 | fixed margin collapse in .main (gray bar below header) | Arun Persaud | 1 | -1/+1 | |
the h4 element has a default top margin, but the .user and .main diff didn't have any. Because of collapsing margins they were also assigned the same margin which then created the gray bar. This doesn't happen if the parent element has non-zero padding, so I added a 1px top and bottom padding to .main, which fixed the problem | |||||
2011-11-22 | LAYOUT: fixed position of .joingame (had left:0;) | Arun Persaud | 1 | -0/+1 | |
2011-11-19 | LAYOUT: fixed some css issues in the new layout | Arun Persaud | 1 | -9/+9 | |
* totals were displayed too low * personal notes were too low * text for points for person on the bottom was on top of the div for the card instead of at the bottom | |||||
2011-11-15 | LAYOUT: use html5 buttons for prev/next for the tricks | Arun Persaud | 1 | -2/+2 | |
2011-11-15 | LAYOUT: redone layout of table and cards | Arun Persaud | 1 | -110/+101 | |
scales a lot better now and should be better for mobile devices | |||||
2011-11-14 | LAYOUT: moved game status to top; cleaned up some css | Arun Persaud | 1 | -33/+19 | |
2011-11-14 | CLEANUP: merged normal css file and the one for mobile phones into one file | Arun Persaud | 1 | -0/+78 | |
2011-11-13 | LAYOUT: moved output of all game message after the tricks and table | Arun Persaud | 1 | -2/+20 | |
this should make the html layout more consistent and easier to manage for different screen sizes, e.g. for mobile phones | |||||
2011-10-07 | fixed some html source code alignement and moved the games table, so it's ↵ | Arun Persaud | 1 | -0/+1 | |
flush left with the rest of the test | |||||
2011-10-07 | moved players positinon around the table a bit to center them better | Arun Persaud | 1 | -6/+6 | |
2011-10-07 | move #tricks to new line and center it | Arun Persaud | 1 | -1/+8 | |
2011-10-07 | fixed some css issues after changing to normalize.css | Arun Persaud | 1 | -4/+3 | |
2011-10-07 | replaced css reset with normalize.css | Arun Persaud | 1 | -22/+0 | |
2011-10-07 | fixed html and some alignement in login/register screen | Arun Persaud | 1 | -3/+2 | |
2011-10-06 | fix html and css for buttons | Arun Persaud | 1 | -9/+5 | |
2011-10-05 | fixed some validation errors (css/html) | Arun Persaud | 1 | -2/+2 | |
2011-10-05 | add some html5 | Arun Persaud | 1 | -4/+4 | |
2011-10-05 | cleared up the look of the front page a bit | Arun Persaud | 1 | -3/+33 | |
2010-11-21 | fixed typo in CSS, simpler naming scheme | Arun Persaud | 1 | -0/+744 | |
2008-04-27 | BUGFIX: couldn't restart a finished game; force reload of CSS | Arun Persaud | 1 | -446/+0 | |
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-19 | LAYOUT: keep notes area from overflowing | Arun Persaud | 1 | -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-11 | NEW FEATURE: Ability to add personal notes for each game | Arun Persaud | 1 | -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-05 | LAYOUT: new game and vorbehalt | Arun Persaud | 1 | -5/+6 | |
added layout to display vorbehalte and also fixed layout for new games a bit | |||||
2007-12-19 | BUGFIX: fixed some CSS issues for IE | Arun Persaud | 1 | -2/+3 | |
never tried out IE before ;) fixed some small things, so that it looks a bit nicer on IE | |||||
2007-12-07 | LAYOUT: fixed some typos, changed CSS a bit | Arun Persaud | 1 | -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-02 | NEW FEATURE: detailed few of the score of one game | Arun Persaud | 1 | -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-02 | NEW FEATURE: count game points, partly done ;) | Arun Persaud | 1 | -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-31 | CLEANUP: some small code cleanup | Arun Persaud | 1 | -0/+7 | |
moved some css from inline to the style sheet, some linebreaks, etc. | |||||
2007-10-31 | LAYOUT: moved more text during the setup into the middle | Arun Persaud | 1 | -5/+11 | |
there was still a lot of text that wasn't aligned yet. Still not perfect, but much better than before ;) | |||||
2007-10-21 | LAYOUT: improved the layout of the cards a bit | Arun Persaud | 1 | -89/+71 | |
centered now in x, but not in y, therefore scaling doesn't work nicely yet | |||||
2007-10-09 | LAYOUT: 1st round of changes to get rid of overlapping areas | Arun | 1 | -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-04 | LAYOUT: new user page | Arun Persaud | 1 | -0/+13 | |
mixed finished games, started games and games in progress into one table | |||||
2007-08-04 | LAYOUT: fixed some overlaying of boxes (but not all), made userpage a bit nicer | Arun Persaud | 1 | -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-29 | BUGIFX+LAYOUT: gameids where still in the player menu; show table for new ↵ | Arun Persaud | 1 | -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-29 | LAYOUT: final score is displayed on the table; played card is displayed in trick | Arun Persaud | 1 | -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-28 | LAYOUT: started work on new layout | Arun Persaud | 1 | -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-18 | NEW FEATURE: use php session | Arun Persaud | 1 | -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-17 | LAYOUT: fixed small bug, probably only showed up on small windows | Arun Persaud | 1 | -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-01 | NEW FEATURE: allow multiple comments | Arun Persaud | 1 | -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 |