Adjust sizing for standards-compatible mode.

This commit is contained in:
Ian Gulliver
2015-12-26 23:09:01 -08:00
parent 4ca6690630
commit e5bdcfdf08

View File

@@ -84,7 +84,7 @@ BabyStats.prototype.buildStylesheet_ = function() {
style.sheet.insertRule('.babyStatsChildName, .babyStatsYourName {}', 0); style.sheet.insertRule('.babyStatsChildName, .babyStatsYourName {}', 0);
var inputs = style.sheet.cssRules[0]; var inputs = style.sheet.cssRules[0];
inputs.style.display = 'block'; inputs.style.display = 'block';
inputs.style.height = '40px'; inputs.style.height = '32px';
inputs.style.width = '100%'; inputs.style.width = '100%';
inputs.style.border = 'none'; inputs.style.border = 'none';
inputs.style.borderRadius = 0; inputs.style.borderRadius = 0;