bug #1664240 [GUI] css height makes cfg TextareaRows useless

This commit is contained in:
Sebastian Mendel
2007-12-14 09:22:43 +00:00
parent c3f7496a7f
commit 899c69facd
4 changed files with 8 additions and 1 deletions

View File

@@ -290,7 +290,10 @@ fieldset legend {
button { display: inline; }
/* Textarea */
textarea { overflow: auto; }
textarea {
overflow: auto;
height: <?php echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?>em;
}
/* topmenu */