Hi,
I'm using 1.3.8 and the orange template. The login page boxes don't line up.
I swapped to classic template and they do line up
I've tried comparing the classic template CSS and Orange CSS but can't see where the problem might be.
Some of the CSS code is:
form, select, input{ display: inline; font-size: 12px; margin: 2px; }
textarea{ float:left; margin: auto; display: block; width: 95%; }
input:focus, select:focus, textarea:focus{ background: #f5f5f5; }
fieldset{ padding: 5px; margin: 5px 0px; border: 1px solid #dddddd; }
legend{ font-weight: bold; padding: 3px; }
label{ line-height: 16px; padding: 2px; }
address{ font-style: normal; font-size: 11px; }
th{ text-align: right; }
.clearBoth{ clear: both; position: relative; font-size: 0px; height: 0px; line-height: 0px; }
Am I looking in the right place or is it somewhere else?
Thanks



