Changeset 4627
- Timestamp:
- Nov 5, 2008, 12:02:56 PM (15 years ago)
- Location:
- trunk/www
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/include/styles/main.css
r4618 r4627 179 179 .form .prompt { 180 180 font-weight: bold; 181 padding: 2px 4px 2px 2px; 181 padding: 1px 4px 2px 2px; 182 white-space: nowrap; 183 background: #E0E0E0; 184 } 185 186 .form .subprompt { 187 font-weight: normal; 188 text-align: right; 189 padding: 1px 4px 2px 2px; 182 190 white-space: nowrap; 183 191 background: #E0E0E0; -
trunk/www/views/hybridizations/view_hybridization.jsp
r4578 r4627 266 266 <td class="prompt">Array slide</td> 267 267 <td><base:propertyvalue item="<%=hyb%>" property="arraySlide" /></td> 268 </tr> 269 <tr> 270 <td class="subprompt">-barcode</td> 271 <td><base:propertyvalue item="<%=hyb%>" property="arraySlide.barcode" /></td> 268 272 </tr> 269 273 <tr>
Note: See TracChangeset
for help on using the changeset viewer.