Available on Google PlayApp Store

@beeant (and anyone else who wants to reply) In case you missed it, another user asked why the… - Feed Post from kekkou to beeant

@beeant (and anyone else who wants to reply) In case you missed it, another user asked why the username field is missing from the login page in only the Firefox mobile browser version of JCJP. @mog86uk mentioned in a post about an hour ago that entering a simple web page code should add the missing field.
posted by kekkou

Comments 1

  • mog86uk
    @beeant Since you are online quite a lot now, would it be possible to fix this quick? The "username" text box on the JCJP mobile layout intro page cannot be seen. This is due to the ".motto" DIV element still having a "float:left" style rule in mobile layout which it doesn't need. This style rule causes Firefox to push the username text box off the right side of the screen.

    So fixing this important problem is literally as quick and simple as adding the following line to the style sheet. ^^

    @media only screen and (max-width:1000px){.motto{float:none;}}


    Luckily, all the other browsers (Chrome, Opera, IE11 and Safari) still display the username text box correctly in mobile layout. However, it is only the full view layout which needs to have float:left for the motto DIV element.
kekkou
beeant

Share

Participants

mog86uk