summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/views/_mail-list.scss
AgeCommit message (Collapse)Author
2016-07-07Really make whole mail item clickableChristian Treppo
So far the mail item had some padding applied to it on all sides, inside this padding area the item was not clickable, even though the cursor changed to a pointer. By moving the padding into the <a> tag, the whole element becomes clickable and opens the email. fixes #743
2016-07-06Make whole mail item without tags clickableChristian Treppo
fixes #743 For mail items without tags the link to open the mail is not expanded, therefore it has to be done via CSS
2016-04-05Issue #648: Add review feedbackFelix Hammerl
2016-04-05Issue #648: Refactor mail-listFelix Hammerl