moorkop / mccy-engine

Provides a web based "Minecraft Server as a Service" (MCaaS?) to deploy Minecraft server containers on any Docker Swarm cluster or standalone Engine instance.
Apache License 2.0
12 stars 4 forks source link

Bugs/frontend/theme/views #62

Closed danpolanco closed 8 years ago

danpolanco commented 8 years ago

Addresses issues #61 #51 #55 #47.

itzg commented 8 years ago

Other than the login page all of these changes look great.

As for the login, override the margin-bottom for the .login-header to be 0, so that it sits against the white part of the login form.

image

It turns out that'll help fix the failed login rendering:

image

It also looks like the div.login-footer also needs a col-xs-12, but not sure it that'll help the weird vertical extent it's showing here:

image

danpolanco commented 8 years ago

I believe it's ready for merge.

danpolanco commented 8 years ago

screen shot 2016-01-24 at 3 53 17 pm

Could always use more tweaking, but I think it looks good for now :grinning: