# HG changeset patch # User Madhusudan.C.S # Date 1296393668 -19800 # Node ID b942d6e3d204c6d38d9c6b39513011813fc65c26 # Parent 74169ec48cafb88a83d6b1c9ae04e16bdb2954ae Fix the font size of the text in input boxes. diff -r 74169ec48caf -r b942d6e3d204 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 {