Fixed Admin Control Panel Login IE 11 bug

The more I play with IE11 the more it remind me of IE6/7 in terms of coding.

I mean sure, it is faster and more modern, but it's still a pain the *** ........ just saying.....
 
This is rather bizarre. It's caused by the login button; changing that to an input[type=text] changes the behavior completely.

In the end, I've had to change the CSS structure of this to use floats instead of inline block.
 
This is rather bizarre. It's caused by the login button; changing that to an input[type=text] changes the behavior completely.

In the end, I've had to change the CSS structure of this to use floats instead of inline block.

It's ridiculous you had to do anything at all.
 
Top Bottom