From: Thomas Mudrunka Date: Mon, 26 Mar 2012 18:44:48 +0000 (+0200) Subject: Vetsi textarea X-Git-Url: http://git.harvie.cz/?a=commitdiff_plain;h=c849b3eee66918d7872c40e7ddcfb6eee5d2f9c0;p=mirrors%2FSokoMan.git Vetsi textarea --- 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; }