Re: Login Page in IE 7
I've found what appears to be a fix. The hardest part was first finding a copy of IE7 to troubleshoot on since I'm using IE8. I ended up finding a very cool (and free)
IE tester which I highly recommend to anyone needing to test all the different versions of IE.
Depending on what color you are using for CP, you'll need to edit the .css file and add the following to the .ins class. In this example, I'm using the default light blue color so I changed the style.css file in the /classipress/ theme root. For other colors, go into /classipress/styles/ and change there.
So it should end up looking something like this:
Code:
.ins { background: #DAF5FC; min-width: 0;}