[dw-nonfree] Transmogrified reply page textarea can go behind the sidebar
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/d38b78dae404]
http://bugs.dwscoalition.org/show_bug.cgi?id=967
Fix overlapping of comment box in Transmogrified.
Patch by
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=967
Fix overlapping of comment box in Transmogrified.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/transmogrified/layout.s2
-------------------------------------------------------------------------------- diff -r e46aeffd1df4 -r d38b78dae404 bin/upgrading/s2layers/transmogrified/layout.s2 --- a/bin/upgrading/s2layers/transmogrified/layout.s2 Sun Jul 12 21:23:23 2009 +0000 +++ b/bin/upgrading/s2layers/transmogrified/layout.s2 Sun Jul 12 21:29:43 2009 +0000 @@ -796,5 +796,9 @@ function print_stylesheet () { display: inline-block; padding-left: 5px; } + + #commenttext { + width: 95%; + } """; } --------------------------------------------------------------------------------