Changeset 7dad594 in github
- Timestamp:
- Jun 20, 2012 5:59:14 AM (11 months ago)
- Branches:
- master, HEAD
- Children:
- 24baf62, dae0b79
- Parents:
- 8c4f09d
- Files:
-
- 5 edited
-
CHANGELOG (modified) (1 diff)
-
skins/larry/images/listicons.png (modified) (previous)
-
skins/larry/mail.css (modified) (1 diff)
-
skins/larry/styles.css (modified) (1 diff)
-
skins/larry/ui.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r8c4f09d r7dad594 2 2 =========================== 3 3 4 - Better icons with distinct shapes for priority columns (#1488377) 4 5 - Show dedicated icon for multipart/report messages (#1488524) 5 6 - Properly hide text of icon links/buttons (#1488534) -
skins/larry/mail.css
r8c4f09d r7dad594 492 492 } 493 493 494 #messagelist tr td.priority {495 padding-right: 0;496 text-align: right;497 }498 499 494 #messagelist tr td.priority span.prio5 { 500 background-position: right-1905px;495 background-position: 0 -1905px; 501 496 } 502 497 503 498 #messagelist tr td.priority span.prio4 { 504 background-position: right-1885px;499 background-position: 0 -1885px; 505 500 } 506 501 507 502 #messagelist tr td.priority span.prio2 { 508 background-position: right-1865px;503 background-position: 0 -1865px; 509 504 } 510 505 511 506 #messagelist tr td.priority span.prio1 { 512 background-position: right-1845px;507 background-position: 0 -1845px; 513 508 } 514 509 -
skins/larry/styles.css
r0f3ae42 r7dad594 1488 1488 padding-top: 5px; 1489 1489 min-height: 20px; 1490 white-space: nowrap; 1491 overflow: hidden; 1492 text-overflow: ellipsis; 1490 1493 } 1491 1494 -
skins/larry/ui.js
re10faba0 r7dad594 185 185 .offset(select.position()) 186 186 .insertAfter(select) 187 .children().width(select.outerWidth() - 40);187 .children().width(select.outerWidth() - 10); 188 188 189 189 select.parent().css('position', 'relative');
Note: See TracChangeset
for help on using the changeset viewer.
