summaryrefslogtreecommitdiffstats
path: root/css
AgeCommit message (Collapse)AuthorFilesLines
2013-01-19LAYOUT: improved layout of about pageArun Persaud2-21/+2
2013-01-19LAYOUT: fix footerArun Persaud2-113/+740
2013-01-12LAYOUT: move to compiled less to make things fasterArun Persaud3-2/+938
2013-01-12LAYOUT: some small CSS adjustmentsArun Persaud2-4/+4
2013-01-12updated copyright for 2013Arun Persaud1-1/+1
2012-12-09LAYOUT: use bootstrap to style gravatar imagesArun Persaud1-1/+0
2012-12-09LAYOUT: fix score table layoutArun Persaud1-4/+4
2012-12-09LAYOUT: make footer smallerArun Persaud1-2/+2
2012-12-09bootstrap: fixed login/register, footer, and navbarArun Persaud3-99/+16
* made navbar smaller, added icons, icons only (for smaller screen) * fixed login screen
2012-10-06starting to bootstrap the layout: navbar and tricksArun Persaud1-28/+5
- changing the tricks-selector to a paginator and fixing the js for highlighting - adding a navbar using bootstrap, probably should use .wrap more instead of adding divs to the code
2012-10-05added less, moved bootstrap to less componentsArun Persaud43-19/+5675
2012-10-05updated jquery, moved include to end of html page, removed normalize.css, ↵Arun Persaud1-504/+0
added bootstrap
2012-10-05added bootstrap 2.1.1; fixed paths to match edoko (img->pics)Arun Persaud2-0/+18
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-06-09updated normalize.css to current versionArun Persaud1-44/+117
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 Persaud2-73/+78
2011-11-13LAYOUT: moved output of all game message after the tricks and tableArun Persaud2-3/+38
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-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