Fix the font size of the text in input boxes.
--- a/pytask/static/css/base.css Sun Jan 30 15:57:58 2011 +0530
+++ b/pytask/static/css/base.css Sun Jan 30 18:51:08 2011 +0530
@@ -216,6 +216,7 @@
border: 1px solid #ddd;
background: #fff url('/pytask/static/images/form/form_input.gif') repeat-x;
padding: .5%;
+ font-size: 16px;
}
div #form #field-required input, #form #field-required textarea {
@@ -224,6 +225,7 @@
border: 1px solid #ff6161;
background:#fff url('/pytask/static/images/form/form_input_required.gif') repeat-x;
padding: .5%;
+ font-size: 16px;
}
div #form #field textarea, #form #field-required textarea {