Adjust sizing for standards-compatible mode.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user