From e5bdcfdf08017ceda1cbb57fe07903e1174105cb Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sat, 26 Dec 2015 23:09:01 -0800 Subject: [PATCH] Adjust sizing for standards-compatible mode. --- static/babystats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/babystats.js b/static/babystats.js index 8aa40f6..ac2c4ac 100644 --- a/static/babystats.js +++ b/static/babystats.js @@ -84,7 +84,7 @@ BabyStats.prototype.buildStylesheet_ = function() { style.sheet.insertRule('.babyStatsChildName, .babyStatsYourName {}', 0); var inputs = style.sheet.cssRules[0]; inputs.style.display = 'block'; - inputs.style.height = '40px'; + inputs.style.height = '32px'; inputs.style.width = '100%'; inputs.style.border = 'none'; inputs.style.borderRadius = 0;