From c849b3eee66918d7872c40e7ddcfb6eee5d2f9c0 Mon Sep 17 00:00:00 2001 From: Thomas Mudrunka Date: Mon, 26 Mar 2012 20:44:48 +0200 Subject: [PATCH] Vetsi textarea --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 69b3505..bf7614a 100755 --- a/index.php +++ b/index.php @@ -210,6 +210,7 @@ class Sklad_HTML extends HTML { //TODO: Split into few more methods td,body { background-color: white; border: orange; } .tr_nobr td { border-top: 3px solid orange; } table { background-color: orange; border: orange; } +td textarea { width:100%; height:100%; } a, a img { text-decoration:none; color: darkblue; border:none; } li a, a:hover { text-decoration:underline; } .tr_even td { background-color: lemonchiffon; } -- 2.30.2