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;