summaryrefslogtreecommitdiffstats
path: root/css
AgeCommit message (Collapse)AuthorFilesLines
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-07moved last login status to bottome for narrow displayArun Persaud1-2/+6
2011-10-07fixed some css issues after changing to normalize.cssArun Persaud1-4/+3
2011-10-07replaced css reset with normalize.cssArun Persaud2-22/+431
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-06started on better mobile supportArun Persaud1-0/+52
some changes in order of HTML, but mostly CSS
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-1/+1
2010-11-21added date picker for vacationsArun Persaud1-0/+151
use html5 with jquery as a fallback
2010-06-29LAYOUT: fixed issue on user page when one player is on vacationArun Persaud1-1/+0
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.
2010-05-04improved jquery on user home pageArun Persaud1-6/+7
the text will now say either show or hide not both depending on the situation.
2010-04-26added an About pageArun Persaud1-0/+35
2010-04-23 new user home page with a bit of jquery thrown inArun Persaud1-6/+45
by default only show the active games/sessions and hide all the other games
2010-04-19moved gameinfo box (calls, comment-input, submit, games player by otheres) ↵Arun Persaud1-13/+8
to the bottom of the page this should make it easier for people with a mobile phone.
2010-02-06added copyright notice and GPL referenceArun Persaud1-0/+19
2010-02-02highlight the call if this is the last round where you can make this callArun Persaud1-1/+5
also added some more comments
2009-10-30NEW FEATURE: use gravatars as icons for playersArun Persaud1-4/+10
use icons at the table and on the user page (for last players logged in).
2009-05-11NEW FEATURE: show number of tricks a person madeArun Persaud1-4/+13
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.
2009-04-25LAYOUT: pumped css version to include openid supportArun Persaud1-0/+0
2009-04-25NEW FEATURE: added OpenID supportArun Persaud2-0/+9
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.
2009-03-29LAYOUT: fixed a typo and made clock icon smallerArun Persaud1-0/+1
The validator should be happy again ;) and the clocks should look a bit better.
2009-02-12NEW FEATURE + CLEANUP: added some table sorting to the statistics page via ↵Arun Persaud4-5/+30
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.
2009-01-30NEW FEATURE: vacation supportArun Persaud1-1/+6
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).
2009-01-17CLEANUP: changed the user page a bit and added a hint for newbiesArun Persaud1-0/+4
started adding hints for newbies (to edoko not doko) on how to use the program
2009-01-03LAYOUT: fixed a bug in the footerArun Persaud1-4/+0
the right margin was incorrect, fixed now.
2008-11-01CLEANUP: cleaned up CSS a bitArun Persaud1-67/+55
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>
2008-11-01LAYOUT: fixed the login screenArun Persaud1-52/+27
some html + css code cleanup Signed-off-by: Arun Persaud <arun@nubati.net>
2008-10-18NEW FEATURE: make it possible to view games where people played with the ↵Arun Persaud1-4/+7
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>
2008-10-07LAYOUT: fixed overflow of comment area (issue #28)Arun Persaud1-0/+3
found by Sean during extensive testing ;) should behave better now. Signed-off-by: Arun Persaud <arun@nubati.net>
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>