Fix the font size of the text in input boxes.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Sun, 30 Jan 2011 18:51:08 +0530
changeset 524 b942d6e3d204
parent 523 74169ec48caf
child 525 d6ad9c1a571b
Fix the font size of the text in input boxes.
pytask/static/css/base.css
--- 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 {