[wolfcms] r343 committed - Removing height requirement for textareas to allow for smaller metadat...

1 view
Skip to first unread message

wol...@googlecode.com

unread,
Nov 29, 2010, 7:47:14 AM11/29/10
to wolfcms...@googlegroups.com
Revision: 343
Author: martij...@gmail.com
Date: Mon Nov 29 04:46:47 2010
Log: Removing height requirement for textareas to allow for smaller
metadata description field.
http://code.google.com/p/wolfcms/source/detail?r=343

Modified:
/trunk/wolf/admin/stylesheets/admin.css
/trunk/wolf/app/views/page/edit.php

=======================================
--- /trunk/wolf/admin/stylesheets/admin.css Mon Nov 22 09:39:41 2010
+++ /trunk/wolf/admin/stylesheets/admin.css Mon Nov 29 04:46:47 2010
@@ -748,14 +748,14 @@
margin-top: .30em;
margin-bottom: 20px;
}
-#meta-pages #page-metadata #page_description {
- height: 40px;
+
+#metadata table tr td {
+ padding: 0.2em 0.5em;
}

#content textarea {
padding: 3px 0;
width: 100%;
- height: 280px;
border: 1px solid #ccc;
}

=======================================
--- /trunk/wolf/app/views/page/edit.php Sat Nov 27 04:18:03 2010
+++ /trunk/wolf/app/views/page/edit.php Mon Nov 29 04:46:47 2010
@@ -73,7 +73,7 @@
</tr>
<tr>
<td class="label optional"><label
for="page_description"><?php echo __('Description'); ?></label></td>
- <td class="field"><textarea class="textarea"
id="page_description" name="page[description]" rows="40" cols="3"><?php
echo $page->description; ?></textarea></td>
+ <td class="field"><textarea class="textarea"
id="page_description" name="page[description]" rows="2" cols="3"><?php echo
$page->description; ?></textarea></td>
</tr>
<tr>
<td class="label optional"><label for="page_tags"><?php
echo __('Tags'); ?></label></td>

Reply all
Reply to author
Forward
0 new messages