From 4c86f6842c98d44ed4e4fc9d3fdc6b19f73c18f0 Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 9 Oct 2009 12:07:35 +0100 Subject: [PATCH] not /all/ input elements should be 100% wide --- themes/danbooru/style.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/themes/danbooru/style.css b/themes/danbooru/style.css index 45b79727..29031b05 100644 --- a/themes/danbooru/style.css +++ b/themes/danbooru/style.css @@ -87,12 +87,9 @@ width:256px; #body select { width:150px; } -td > input { -width:100%; -} -td > select { -width:100%; -} +td > input[type="submit"] {width: 100%;} +td > input[type="text"] {width: 100%;} +td > input[type="password"] {width: 100%;} #footer { clear:both; color:#CCCCCC;