Changeset 3f5cce66 in github
- Timestamp:
- Dec 10, 2009 12:25:34 PM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- f47e2dc
- Parents:
- 8abe548
- File:
-
- 1 edited
-
skins/default/mail.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
skins/default/mail.css
r3815e05 r3f5cce66 415 415 position: relative; 416 416 font-size: 11px; 417 background: url('images/icons/folders.png') 5px 1pxno-repeat;417 background: url('images/icons/folders.png') 5px 0 no-repeat; 418 418 border-bottom: 1px solid #EBEBEB; 419 419 } … … 424 424 left: 8px !important; 425 425 left: -16px; 426 top: 2px;426 top: 1px; 427 427 width: 14px; 428 428 height: 16px; … … 447 447 #mailboxlist li.inbox 448 448 { 449 background-position: 5px -1 7px;449 background-position: 5px -18px; 450 450 } 451 451 452 452 #mailboxlist li.drafts 453 453 { 454 background-position: 5px -3 6px;454 background-position: 5px -37px; 455 455 } 456 456 … … 467 467 #mailboxlist li.trash 468 468 { 469 background-position: 5px -9 0px;469 background-position: 5px -91px; 470 470 } 471 471
Note: See TracChangeset
for help on using the changeset viewer.
