Changeset 1144
- Timestamp:
- 04/27/10 00:22:13 (2 years ago)
- Location:
- trunk/www/static
- Files:
-
- 2 edited
-
css/screen.css (modified) (2 diffs)
-
js/sorttable.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/static/css/screen.css
r1134 r1144 1568 1568 } 1569 1569 1570 /* Show new feature indicator */ 1570 1571 .new_feature:after { 1571 1572 color: red; … … 1580 1581 display: none; 1581 1582 } 1583 1584 /* Show pointer cursor on sortable table headers */ 1585 table.sortable th { 1586 cursor: pointer; 1587 } -
trunk/www/static/js/sorttable.js
r1134 r1144 100 100 sortrevind = document.createElement('span'); 101 101 sortrevind.id = "sorttable_sortrevind"; 102 sortrevind.innerHTML = stIsIE ? ' <font face="webdings">5</font>' : ' ɛ 4;';102 sortrevind.innerHTML = stIsIE ? ' <font face="webdings">5</font>' : ' ▾'; 103 103 this.appendChild(sortrevind); 104 104 … … 115 115 sortfwdind = document.createElement('span'); 116 116 sortfwdind.id = "sorttable_sortfwdind"; 117 sortfwdind.innerHTML = stIsIE ? ' <font face="webdings">6</font>' : ' ɛ E;';117 sortfwdind.innerHTML = stIsIE ? ' <font face="webdings">6</font>' : ' ▴'; 118 118 this.appendChild(sortfwdind); 119 119 … … 138 138 sortfwdind = document.createElement('span'); 139 139 sortfwdind.id = "sorttable_sortfwdind"; 140 sortfwdind.innerHTML = stIsIE ? ' <font face="webdings">6</font>' : ' ɛ E;';140 sortfwdind.innerHTML = stIsIE ? ' <font face="webdings">6</font>' : ' ▴'; 141 141 this.appendChild(sortfwdind); 142 142
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)