From 811887d06aa434a6babd7b93c897105125fc40b1 Mon Sep 17 00:00:00 2001 From: shish Date: Tue, 8 Apr 2008 16:52:44 +0000 Subject: [PATCH] there are some things that we don't want to be wide git-svn-id: file:///home/shish/svn/shimmie2/trunk@781 7f39781d-f577-437e-ae19-be835c7a54ca --- themes/default/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/default/style.css b/themes/default/style.css index 24acd579..329c3cac 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -43,7 +43,9 @@ TD { background: #DDD; } #body SELECT {width: 150px;} -TD>INPUT {width: 100%;} +TD>INPUT[type="submit"] {width: 100%;} +TD>INPUT[type="text"] {width: 100%;} +TD>INPUT[type="password"] {width: 100%;} TD>SELECT {width: 100%;} #footer {