kingj3144 / WebSys-Assignment-2

Assignment 2 for websys
0 stars 0 forks source link

Look and feel #5

Open kingj3144 opened 10 years ago

kingj3144 commented 10 years ago

The look and feel of the game need to be better. We need someone to add styling to make the game look nice.

jedoublen commented 10 years ago

I didn't get to moving the GO button and the scoreboard when I converted the slides and swatch to jQuery UI, so I will do that. Unless someone is already working on it or did it, let me know.

hamlim commented 10 years ago

I took care of moving them below the sliders in the start-button branch already!

jedoublen commented 10 years ago

@hamlim awesome! Can you push your code?

hamlim commented 10 years ago

yea its already in the other branch, we can merge if we want to now, not exactly sure how to merge the two, and how it will handle a few of the changes though.

hamlim commented 10 years ago

I also centered the content, like the title of the game and a few sentences about the game, but the sliders are sticking to the left of the document, not sure how to solve this, because they need to be floated to the left to allow for the text boxes to be inline with them.

So somehow they need to be centered to the document in order to align with the rest of the game.

hamlim commented 10 years ago

Also the three text boxes allow for any input, including text, so some attributes need to be added to the code, will add that asap.

jedoublen commented 10 years ago

Oops, didn't see that you branched. If it works, then you should merge them. I believe you can do "git merge start-button".

http://gitref.org/branching/

hamlim commented 10 years ago

Ok it should be merged now, i used the gui github windows application for it, easier than i expected.

jedoublen commented 10 years ago

The slides are all the way to the left, is that supposed to happen?

hamlim commented 10 years ago

The css that is there currently, from the jQuery sliders demo, floats the sliders to the left. So that still needs to be fixed

kingj3144 commented 10 years ago

I have fixed the sliders float issue.