summaryrefslogtreecommitdiffstats
path: root/css/standard.css
AgeCommit message (Collapse)AuthorFilesLines
2014-03-17LAYOUT: better layout for mobile devicesArun Persaud1-10/+19
table and cards were too small
2014-03-08updated css/js librariesArun Persaud1-65/+9
* bootstrap 3.1.1 * jquery 2.1.0 * less 1.7.0 mostly bootstrap had to be adjusted, e.g. different names like hero-unit->jumbotron, etc.
2014-01-05updated copyright to 2014Arun Persaud1-1/+1
2013-01-19LAYOUT: improved layout of about pageArun Persaud1-10/+1
2013-01-19LAYOUT: fix footerArun Persaud1-110/+737
2013-01-12LAYOUT: move to compiled less to make things fasterArun Persaud1-0/+110
2012-10-05added less, moved bootstrap to less componentsArun Persaud1-852/+0
2012-09-19LAYOUT/BUGFIX: fixed wrong scaling of cards that was introduced a few ↵Arun Persaud1-13/+24
commits earlier
2012-09-19adjusted some colors in cssArun Persaud1-2/+2
2012-09-19better message when working on the database or having edoko offline for ↵Arun Persaud1-0/+10
other reasons.
2012-09-19BUGFIX: css index prevented user from selecting a radio button and minor tweaksArun Persaud1-25/+19
* fixed in sickness screen * removed unnessecary questions * pre-selected yes for starting a game * some minor css tweaks
2012-09-17Mark the starting player until the game actually starts ;)Arun Persaud1-0/+8
just a small text above the player with some CSS
2012-06-09LAYOUT: fixed layout bugs due to newer version of jqueryArun Persaud1-0/+1
2012-02-10updated copyright notice for 2012Arun Persaud1-1/+1
2012-02-10fixed margin collapse in .main (gray bar below header)Arun Persaud1-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-22LAYOUT: fixed position of .joingame (had left:0;)Arun Persaud1-0/+1
2011-11-19LAYOUT: fixed some css issues in the new layoutArun Persaud1-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-15LAYOUT: use html5 buttons for prev/next for the tricksArun Persaud1-2/+2
2011-11-15LAYOUT: redone layout of table and cardsArun Persaud1-110/+101
scales a lot better now and should be better for mobile devices
2011-11-14LAYOUT: moved game status to top; cleaned up some cssArun Persaud1-33/+19
2011-11-14CLEANUP: merged normal css file and the one for mobile phones into one fileArun Persaud1-0/+78
2011-11-13LAYOUT: moved output of all game message after the tricks and tableArun Persaud1-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-07fixed some html source code alignement and moved the games table, so it's ↵Arun Persaud1-0/+1
flush left with the rest of the test
2011-10-07moved players positinon around the table a bit to center them betterArun Persaud1-6/+6
2011-10-07move #tricks to new line and center itArun Persaud1-1/+8
2011-10-07fixed some css issues after changing to normalize.cssArun Persaud1-4/+3
2011-10-07replaced css reset with normalize.cssArun Persaud1-22/+0
2011-10-07fixed html and some alignement in login/register screenArun Persaud1-3/+2
2011-10-06fix html and css for buttonsArun Persaud1-9/+5
2011-10-05fixed some validation errors (css/html)Arun Persaud1-2/+2
2011-10-05add some html5Arun Persaud1-4/+4
2011-10-05cleared up the look of the front page a bitArun Persaud1-3/+33
2010-11-21fixed typo in CSS, simpler naming schemeArun Persaud1-0/+744
2008-04-27BUGFIX: couldn't restart a finished game; force reload of CSSArun Persaud1-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-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