r9467 - apps/gobi/trunk/code/Comment
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: hannes Date: 2008-12-22 17:29:19 +0100 (Mon, 22 Dec 2008) New Revision: 9467 Modified: apps/gobi/trunk/code/Comment/edit.skin Log: Make comment edit form a bit wider. Details at http://dev.helma.org/trac/helma/changeset/9467 Modified: apps/gobi/trunk/code/Comment/edit.skin =================================================================== --- apps/gobi/trunk/code/Comment/edit.skin 2008-12-22 16:25:08 UTC (rev 9466) +++ apps/gobi/trunk/code/Comment/edit.skin 2008-12-22 16:29:19 UTC (rev 9467) @@ -3,7 +3,7 @@ <% this.formEditor %> <p style="clear: both;"> -<% this.textArea name="body" rows="20" class="horizontalFill" id="commentInput" %></p> +<% this.textArea name="body" rows="20" style="width: 96%;" id="commentInput" %></p> <p> <input type="submit" value="<% msg name='comment_preview' %>" name="preview"