Fixing dev config. Starting to implement sign-up.

Added 'default' make target to only compile.
Reset development configuration.
Commented out starts of tests.
Added sign-up GUI to login panel.
Moved application from /ts/ to /
This commit is contained in:
Jonathan Bernard
2011-03-16 07:39:09 -05:00
parent 1b981b206c
commit 4d124ffeba
13 changed files with 239 additions and 204 deletions

View File

@ -241,8 +241,6 @@ body {
#login-dialog {
font-size: small; }
#login-dialog label, #login-dialog input {
display: block; }
#login-dialog input.text {
margin-bottom: 1em;
width: 95%;
@ -256,3 +254,9 @@ body {
#ui-dialog-title-login-dialog, .ui-dialog-buttonset {
font-size: medium; }
.signup {
display: none; }
#signup-checkbox {
display: inline; }