1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-22 03:57:02 +00:00

Attachment display & downloading!

This commit is contained in:
James Hillyerd
2012-11-05 21:35:34 -08:00
parent 09b8534b9b
commit 1da98a9f7e
5 changed files with 120 additions and 41 deletions

View File

@@ -327,3 +327,28 @@ table.metrics {
.metrics td.sparkline {
width: 170px;
}
#emailAttachments {
border-collapse: collapse;
}
#emailAttachments th, #emailAttachments td {
text-align: left;
padding: 0 3px 3px 0;
}
#emailAttachments .fileName:before {
content: '\203A\00A0';
}
#emailAttachments a {
background: #8ac6dc;
color: #fff;
text-decoration: none;
padding: 0 5px;
}
#emailAttachments a:hover {
background: #becf74;
}