Changeset 4386
- Timestamp:
- Aug 8, 2008, 2:33:26 PM (15 years ago)
- Location:
- trunk/www
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/include/styles/table.css
r3679 r4386 131 131 } 132 132 133 .itemlist .data .columnheader { 134 font-weight: bold; 135 white-space: nowrap; 136 border-top: 1px solid #FFFFFF; 137 border-left: 1px solid #FFFFFF; 138 border-bottom: 1px solid #999999; 139 border-right: 1px solid #999999; 140 padding: 1px 3px 1px 3px; 141 vertical-align: middle; 142 } 133 .itemlist .data .columnheader, .itemlist .data .uniquecol { 134 font-weight: bold; 135 white-space: nowrap; 136 border-top: 1px solid #FFFFFF; 137 border-left: 1px solid #FFFFFF; 138 border-bottom: 1px solid #999999; 139 border-right: 1px solid #999999; 140 padding: 1px 3px 1px 3px; 141 vertical-align: middle; 142 } 143 144 .itemlist .data .uniquecol:before { 145 content: url('../../images/unique.png'); 146 vertical-align: middle; 147 } 148 143 149 144 150 .itemlist .data .propertyfilter { -
trunk/www/views/reporters/list_reporters.jsp
r4332 r4386 200 200 <tbl:columndef 201 201 id="externalId" 202 clazz="uniquecol" 202 203 property="externalId" 203 204 datatype="string" … … 219 220 <tbl:columndef 220 221 id="id" 222 clazz="uniquecol" 221 223 property="id" 222 224 datatype="int"
Note: See TracChangeset
for help on using the changeset viewer.