Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-19 | LAYOUT: improved layout of about page | Arun Persaud | 2 | -21/+2 | |
2013-01-19 | LAYOUT: fix footer | Arun Persaud | 2 | -113/+740 | |
2013-01-12 | LAYOUT: move to compiled less to make things faster | Arun Persaud | 3 | -2/+938 | |
2013-01-12 | LAYOUT: some small CSS adjustments | Arun Persaud | 2 | -4/+4 | |
2013-01-12 | updated copyright for 2013 | Arun Persaud | 1 | -1/+1 | |
2012-12-09 | LAYOUT: use bootstrap to style gravatar images | Arun Persaud | 1 | -1/+0 | |
2012-12-09 | LAYOUT: fix score table layout | Arun Persaud | 1 | -4/+4 | |
2012-12-09 | LAYOUT: make footer smaller | Arun Persaud | 1 | -2/+2 | |
2012-12-09 | bootstrap: fixed login/register, footer, and navbar | Arun Persaud | 3 | -99/+16 | |
* made navbar smaller, added icons, icons only (for smaller screen) * fixed login screen | |||||
2012-10-06 | starting to bootstrap the layout: navbar and tricks | Arun Persaud | 1 | -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-05 | added less, moved bootstrap to less components | Arun Persaud | 43 | -19/+5675 | |
2012-10-05 | updated jquery, moved include to end of html page, removed normalize.css, ↵ | Arun Persaud | 1 | -504/+0 | |
added bootstrap | |||||
2012-10-05 | added bootstrap 2.1.1; fixed paths to match edoko (img->pics) | Arun Persaud | 2 | -0/+18 | |
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-06-09 | updated normalize.css to current version | Arun Persaud | 1 | -44/+117 | |
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 | 2 | -73/+78 | |
2011-11-13 | LAYOUT: moved output of all game message after the tricks and table | Arun Persaud | 2 | -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-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 | moved last login status to bottome for narrow display | Arun Persaud | 1 | -2/+6 | |
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 | 2 | -22/+431 | |
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-06 | started on better mobile support | Arun Persaud | 1 | -0/+52 | |
some changes in order of HTML, but mostly CSS | |||||
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 | -1/+1 | |
2010-11-21 | added date picker for vacations | Arun Persaud | 1 | -0/+151 | |
use html5 with jquery as a fallback | |||||
2010-06-29 | LAYOUT: fixed issue on user page when one player is on vacation | Arun Persaud | 1 | -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-04 | improved jquery on user home page | Arun Persaud | 1 | -6/+7 | |
the text will now say either show or hide not both depending on the situation. | |||||
2010-04-26 | added an About page | Arun Persaud | 1 | -0/+35 | |
2010-04-23 | new user home page with a bit of jquery thrown in | Arun Persaud | 1 | -6/+45 | |
by default only show the active games/sessions and hide all the other games | |||||
2010-04-19 | moved gameinfo box (calls, comment-input, submit, games player by otheres) ↵ | Arun Persaud | 1 | -13/+8 | |
to the bottom of the page this should make it easier for people with a mobile phone. | |||||
2010-02-06 | added copyright notice and GPL reference | Arun Persaud | 1 | -0/+19 | |
2010-02-02 | highlight the call if this is the last round where you can make this call | Arun Persaud | 1 | -1/+5 | |
also added some more comments |