pytask/static/css/base.css
changeset 524 b942d6e3d204
parent 523 74169ec48caf
child 531 13eba81f3aa1
equal deleted inserted replaced
523:74169ec48caf 524:b942d6e3d204
   214   width: 44%;
   214   width: 44%;
   215   clear: left;
   215   clear: left;
   216   border: 1px solid #ddd;
   216   border: 1px solid #ddd;
   217   background: #fff url('/pytask/static/images/form/form_input.gif') repeat-x;
   217   background: #fff url('/pytask/static/images/form/form_input.gif') repeat-x;
   218   padding: .5%;
   218   padding: .5%;
       
   219   font-size: 16px;
   219 }
   220 }
   220 
   221 
   221 div #form #field-required input, #form #field-required textarea {
   222 div #form #field-required input, #form #field-required textarea {
   222   width: 44%;
   223   width: 44%;
   223   clear: left;
   224   clear: left;
   224   border: 1px solid #ff6161;
   225   border: 1px solid #ff6161;
   225   background:#fff url('/pytask/static/images/form/form_input_required.gif') repeat-x;
   226   background:#fff url('/pytask/static/images/form/form_input_required.gif') repeat-x;
   226   padding: .5%;
   227   padding: .5%;
       
   228   font-size: 16px;
   227 }
   229 }
   228 
   230 
   229 div #form #field textarea, #form #field-required textarea {
   231 div #form #field textarea, #form #field-required textarea {
   230   height:125px;
   232   height:125px;
   231   overflow:auto;
   233   overflow:auto;