Changeset 3886


Ignore:
Timestamp:
Oct 16, 2010, 9:26:12 AM (13 years ago)
Author:
Gregory Vincic
Message:

Colors for required field were disabled in r3759, fixing stylesheet for this change

Location:
trunk/client/servlet
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/servlet/src/org/proteios/gui/form/FormFactory.java

    r3880 r3886  
    22032203    }
    22042204   
    2205     //Cleaning up from here
    2206    
     2205    //Cleaning up from here   
    22072206    public Form getSecondaryLabeledExtractForm(LabeledExtract extract,
    22082207    DbControl dc, LabeledExtract fromExtract)
     
    22482247            externalIdF.setValue(fromExtract.getExternalId());
    22492248            descriptionF.setValue(fromExtract.getDescription());
    2250             // storageLocationF.setValue(fromExtract.getStorageLocation());
    22512249            quantityF.setValue(fromExtract.getRemainingQuantityInMicroLiters());
    22522250            concF.setValue(fromExtract.getConcentrationInGramsPerLiter());
  • trunk/client/servlet/www/static/css/colors.css

    r3791 r3886  
    120120  Required fields
    121121*************************************************/
    122 div.form form fieldset div.fields .required input, input.required
     122.required, div.form form fieldset div.fields .required input
    123123{
    124124  background-color: #d0f0ff;
Note: See TracChangeset for help on using the changeset viewer.