From 2182a396485bf8170d5109f27f3e345e2c4bf213 Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 27 Sep 2009 12:34:58 +0100 Subject: [PATCH] wide textareas in tables too --- themes/default/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default/style.css b/themes/default/style.css index b6bbe628..3fc2be77 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -49,6 +49,7 @@ CODE { TD>INPUT[type="submit"] {width: 100%;} TD>INPUT[type="text"] {width: 100%;} TD>INPUT[type="password"] {width: 100%;} +TD>TEXTAREA {width: 100%;} TD>SELECT {width: 100%;} TABLE.zebra {border-spacing: 0px; border: 2px solid #CCC;}