Bugzilla – Bug 7344
homepage button alignment
Last modified: 2009-09-08 09:14:01 UTC
wrong sign in (and reset password in forgot password dialog) button alignment (will attach screenshots) this is a quick & easy fix that works great in FF and ALMOST in IE: --- docroot/user/loginForm.tt (revision 2763) +++ docroot/user/loginForm.tt (working copy) @@ -28,15 +28,17 @@ </fieldset> <div class="navigation_container" style="height: 30px; white-space:nowrap"> - <div class="navigation secondary"> + <div style="float: left;"> + <br/> + <a class="emph" href="#" onclick="focusPasswordResetForm();" style="white-space:nowrap">[% "FORGOT_PASSWORD" | string %]</a> + </div> + <div class="navigation secondary" style="float: right;"> <div class="button_container"> <div class="left_side end_cap"></div> <input class="validating" type="button" value="[% "PLEASE_WAIT" | string %]" /> <input type="submit" name="login" value="[% "LOGIN" | string %]" /> <div class="right_side end_cap"></div> </div> - - <a class="emph" href="#" onclick="focusPasswordResetForm();" style="white-space:nowrap">[% "FORGOT_PASSWORD" | string %]</a> </div> </div> </form>
Created attachment 3012 [details] homepage button mis-alignment
Created attachment 3013 [details] shows fixed button alignment in FF
Michael: can you review this?
Created attachment 3014 [details] homepage button alignment fix in IE shows proposed fix is ALMOST good in IE
change 2778 - thanks! Now looking good in IE, too ;-)
This bug has recently been fixed in the latest release of SqueezeCenter 7.0.1 Please try that version, if you still see the error, then reopen this bug. To download this version, please navigate to: http://www.slimdevices.com/su_downloads.html