mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-07-12 09:29 pm

[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 [personal profile] afuna.

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%;
+    }
     """;
 }
--------------------------------------------------------------------------------