a.button .img { display: inline-block; width: 22px; height: 18px; vertical-align: top; margin-top: 4px; } .message-list .actions .threads .img { background: url(icons/thread.png) no-repeat; } .message-list .actions .threads.checked .img { display: inline-block; background: url(icons/thread_selected.png) no-repeat; width: 22px; height: 18px; vertical-align: top; margin-top: 5px; } .message-view .actions .action-read .img { background: url(icons/read.png) no-repeat; } .message-view .actions .action-read .txt:before { content: "Read"; } .message-view .actions .action-read.checked .img { background: url(icons/read_selected.png) no-repeat; } .message-view .actions .action-read.checked .txt:before { content: "Unread"; } .message-view .actions .action-spam .img { background: url(icons/spam.png) no-repeat; } .message-view .actions .action-spam .txt:before { content: "Spam"; } .message-view .actions .action-spam.checked .img { background: url(icons/spam_selected.png) no-repeat; } .message-view .actions .action-spam.checked .txt:before { content: "Not Spam"; } .message-view .actions .action-delete .img { background: url(icons/delete.png) no-repeat; } .message-view .actions .action-delete .txt:before { content: "Delete"; } .message-view .actions .action-delete.checked .img { background: url(icons/delete_selected.png) no-repeat; } .message-view .actions .action-delete.checked .txt:before { content: "Undelete"; } .message-list .actions .settings { display: none; } .message-on-bottom .message-list .actions .settings, .message-invisible .message-list .actions .settings { display: block; } .message-on-bottom .message-view .actions .settings { display: none; }