Bug 7344 - homepage button alignment
: homepage button alignment
Status: CLOSED FIXED
Product: MySqueezebox.com
Classification: Unclassified
Component: Web UI
: unspecified
: PC Windows XP
: P3 minor (vote)
: 7.0
Assigned To: Michael Herger
http://www.beta.squeezenetwork.com/us...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-02-27 10:32 UTC by Matthew J. Martin
Modified: 2009-09-08 09:14 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments
homepage button mis-alignment (74.34 KB, image/jpeg)
2008-02-27 10:32 UTC, Matthew J. Martin
Details
shows fixed button alignment in FF (75.05 KB, image/jpeg)
2008-02-27 10:33 UTC, Matthew J. Martin
Details
homepage button alignment fix in IE (110.73 KB, image/jpeg)
2008-02-27 10:37 UTC, Matthew J. Martin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew J. Martin 2008-02-27 10:32:00 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>
-
-                               &nbsp;<a class="emph" href="#" onclick="focusPasswordResetForm();" style="white-space:nowrap">[% "FORGOT_PASSWORD" | string %]</a>
                        </div>
                </div>
        </form>
Comment 1 Matthew J. Martin 2008-02-27 10:32:36 UTC
Created attachment 3012 [details]
homepage button mis-alignment
Comment 2 Matthew J. Martin 2008-02-27 10:33:26 UTC
Created attachment 3013 [details]
shows fixed button alignment in FF
Comment 3 Blackketter Dean 2008-02-27 10:35:14 UTC
Michael: can you review this?
Comment 4 Matthew J. Martin 2008-02-27 10:37:31 UTC
Created attachment 3014 [details]
homepage button alignment fix in IE

shows proposed fix is ALMOST good in IE
Comment 5 Michael Herger 2008-02-28 00:27:47 UTC
change 2778 - thanks! Now looking good in IE, too ;-)
Comment 6 James Richardson 2008-05-15 13:04:36 UTC
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