From a4617b0efcc1cea5b34eb74fba7a9fc79e6243cd Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 11 Feb 2012 01:47:43 +0000 Subject: [PATCH] border-box makes sense for input elements --- themes/default/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default/style.css b/themes/default/style.css index 6f2e8945..d48d0d33 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -50,6 +50,7 @@ CODE { font-size: 0.8em; } #body SELECT {width: 150px;} +TD>INPUT {box-sizing: border-box;} TD>INPUT[type="button"] {width: 100%;} TD>INPUT[type="submit"] {width: 100%;} TD>INPUT[type="text"] {width: 100%;}