- Timestamp:
- Mar 23, 2016, 9:05:43 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/resources/yellowlabel/list.jsp
r3811 r3812 64 64 #specimenTable tr td:first-child, #specimenTable tr th:first-child 65 65 { 66 width: 6em;67 max-width: 7em;66 width: 2em; 67 max-width: 3em; 68 68 text-align: right; 69 padding-right: 0.5em;69 padding-right: 3px; 70 70 white-space: nowrap; 71 71 font-weight: bold; … … 140 140 <th class="dottedleft" colspan="1">Raw bioassay</th> 141 141 <th class="dottedleft" colspan="1">Reports</th> 142 <th class="dottedleft" colspan="1">Completed</th> 142 143 </tr> 143 144 … … 152 153 <th class="dottedleft">Created date</th> 153 154 <th class="dottedleft">Pilot report</th> 155 <th class="dottedleft">Date</th> 154 156 </tr> 155 157 … … 168 170 <th class="dottedleft"><input type="text" name="rawBioAssayDateFilter" id="rawBioAssayDateFilter"></th> 169 171 <th class="dottedleft"><input type="text" name="pilotReportDateFilter" id="pilotReportDateFilter"></th> 172 <th class="dottedleft"><input type="text" name="completedDateFilter" id="completedDateFilter"></th> 170 173 </tr> 171 174 </thead>
Note: See TracChangeset
for help on using the changeset viewer.