r9468 - in apps/gobi/trunk/code: Comment Page/skins
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: hannes
Date: 2008-12-22 17:34:54 +0100 (Mon, 22 Dec 2008)
New Revision: 9468
Modified:
apps/gobi/trunk/code/Comment/edit.skin
apps/gobi/trunk/code/Page/skins/stylesheet.skin
Log:
Style tweaks
Details at http://dev.helma.org/trac/helma/changeset/9468
Modified: apps/gobi/trunk/code/Comment/edit.skin
===================================================================
--- apps/gobi/trunk/code/Comment/edit.skin 2008-12-22 16:29:19 UTC (rev 9467)
+++ apps/gobi/trunk/code/Comment/edit.skin 2008-12-22 16:34:54 UTC (rev 9468)
@@ -3,7 +3,7 @@
<% this.formEditor %>
<p style="clear: both;">
-<% this.textArea name="body" rows="20" style="width: 96%;" id="commentInput" %></p>
+<% this.textArea name="body" rows="24" style="width: 96%;" id="commentInput" %></p>
<p>
<input type="submit" value="<% msg name='comment_preview' %>" name="preview"
Modified: apps/gobi/trunk/code/Page/skins/stylesheet.skin
===================================================================
--- apps/gobi/trunk/code/Page/skins/stylesheet.skin 2008-12-22 16:29:19 UTC (rev 9467)
+++ apps/gobi/trunk/code/Page/skins/stylesheet.skin 2008-12-22 16:34:54 UTC (rev 9468)
@@ -2,7 +2,7 @@
* Basic page structure.
* When changing something, make sure widths are coherent.
*/
- body {
+ body {
margin: 0;
background-color: #fff;
color: #333;
@@ -415,8 +415,8 @@
}
.comments {
- width: 80%;
- font-size:0.9em;
+ width: 90%;
+ font-size:0.95em;
color: #555;
background-color: #eee;
border: thin solid #669;