Changeset 3 for trunk/web-app


Ignore:
Timestamp:
Jan 12, 2011, 9:45:08 PM (12 years ago)
Author:
robert@…
Message:

Externalized configuration; improved assay view (detail views of runs and samples); implemented uploading and parsing of FASTA and QUAL files

Location:
trunk
Files:
2 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        44.classpath
        55.project
         6fileuploads
  • trunk/web-app/css/metagenomics.css

    r2 r3  
    22        margin: 0;
    33        padding: 0;
    4         font: 10px normal Arial, Helvetica, sans-serif;
     4        font: 11px normal Arial, Helvetica, sans-serif;
    55        background: #fff url(../images/metagenomics/body_bg.gif) repeat-x;
    66}
     
    466466
    467467/* END :: special select option styles */
     468
     469.spinner {
     470    background: url(../images/spinner.gif) no-repeat left top;
     471    width: 16px;
     472    height: 16px;
     473    display: none;
     474}
  • trunk/web-app/css/showAssay.css

    r2 r3  
    22
    33#enterTagsDialog tr.example td { padding-top: 2px; padding-bottom: 2px; color: #666; }
     4
     5#showSampleDialog ul, #showRunDialog ul { list-style-type: none; margin-left: 0; padding-left: 0; }
     6#showSampleDialog ul li, #showRunDialog ul li { margin: 4px 0; padding-left: 0; }
Note: See TracChangeset for help on using the changeset viewer.