[dw-free] Tropo and nav strip width cause overflow/deformation
[commit: http://hg.dwscoalition.org/dw-free/rev/2db1841d6f7e]
http://bugs.dwscoalition.org/show_bug.cgi?id=533
Prevent navstrip width from causing overflow/deformation.
Patch by
branchandroot.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=533
Prevent navstrip width from causing overflow/deformation.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stc/controlstrip.css
-------------------------------------------------------------------------------- diff -r 2708187a1a11 -r 2db1841d6f7e htdocs/stc/controlstrip.css --- a/htdocs/stc/controlstrip.css Sat Mar 28 12:38:14 2009 +0000 +++ b/htdocs/stc/controlstrip.css Sat Mar 28 13:12:18 2009 +0000 @@ -115,7 +115,7 @@ html body vertical-align: middle; padding: 0 1em 0 1em; white-space: nowrap; - width: 18em; + width: auto; } /* Third cell */ @@ -125,7 +125,7 @@ html body vertical-align: middle; padding: 0 1em 0 1em; white-space: nowrap; - width: 33em; + width: auto; } #lj_controlstrip_actionlinks a @@ -145,6 +145,7 @@ html body { vertical-align: middle; padding: 0 1em 0 1em; + white-space: nowrap; } /* Log in form */ --------------------------------------------------------------------------------