Xantomen / GamesInputPal

http://xantomen.com/gamesinputpal/
GNU General Public License v3.0
2 stars 0 forks source link

Number of players possibility to hide the icon. Also, restrict it to numbers, and make it scale with longer strings. Also, doesn't align well when smaller screen and Input in Min and Max isn't limited to Numbers. #19

Closed Xantomen closed 8 years ago

Xantomen commented 8 years ago

image

Xantomen commented 8 years ago

Made an entire choice of icons and a dropdown menu called Choose Playstyle with the options (more than one possible):

-Singleplayer -Multiplayer -Versus -Coop

Icon changes depending on the choice on the matter.

Xantomen commented 8 years ago

Moving on to aesthetic aspects now. Min and Max aren't numeric, cause when they are type=number they look awful.

Strange vertical alignment in print size and when screen is smaller.

Xantomen commented 8 years ago

Input cutting characters issue:

-Added the script onkeypress="this.style.width = ((this.value.length + 1) * 10) + 40 + 'px';" to the Min. and Max., so it's a bit better.

Image not aligning, and size variance in singeplayer+multiplayer being a problem, solved by making the container div 50% and making the image itself float right, as opposed to a small width and a big left margin :D

Mostly solved for now, even if it can be perfected later on

Xantomen commented 8 years ago

Detected problem: Should also resize input boxes for Min and Max when loading content from the DB

Xantomen commented 8 years ago

I'm resizing input boxes when loading content and when choosing Singleplayer (as the box input changes to 1)