Changeset 254
- Timestamp:
- 01/09/2014 10:51:33 PM (11 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/style/trac
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css
r253 r254 784 784 table.listing tbody td.workflow { 785 785 white-space: nowrap; 786 } 787 /* right-align number columns */ 788 .tickets tr.trac-columns th a { 789 padding-right: 0; 790 } 791 table.listing tr.trac-columns .dashicons { 792 float: right; 793 } 794 table.listing tbody td.Comments, 795 table.listing tbody td.Stars { 796 text-align: right; 786 797 } 787 798 /* Some visual improvements to ticket properties and attachments */ -
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js
r246 r254 37 37 38 38 init : function() { 39 // Change 'Comments' columns to a dashicons glyphto save space39 // Change 'Comments' and 'Stars' columns to dashicons glyphs to save space 40 40 $('th a[href*="sort=Comments"]').html('<div class="dashicons dashicons-admin-comments"></div>'); 41 $('th a[href*="sort=Stars"]').html('<div class="dashicons dashicons-star-filled"></div>'); 41 42 42 43 // Bring back 'Delete' comment buttons, if any.
Note: See TracChangeset
for help on using the changeset viewer.