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

Message formatting checkpoint

This commit is contained in:
James Hillyerd
2015-08-18 21:20:42 -07:00
parent f48704b6a6
commit da28a8ee55
3 changed files with 77 additions and 55 deletions

View File

@@ -10,7 +10,8 @@ body {
}
.mailbox-header {
font-size: 20px;
text-align: center;
font-size: 18px;
}
.footer {
@@ -26,17 +27,34 @@ body {
margin: 20px 0;
}
.message-controls {
padding: 10px 0;
}
#emailContent {
padding-bottom: 20px;
}
#emailHeader {
border-collapse: collapse;
.message-header dl {
margin-bottom: 0;
}
#emailHeader th, #emailHeader td {
text-align: left;
padding: 0 3px 3px 0;
@media (min-width: 768px) {
.message-header .dl-horizontal dt {
width: 60px;
}
.message-header .dl-horizontal dd {
margin-left: 70px;
}
}
.message-attachments {
margin-top: 20px;
}
.message-attachments ul {
margin: 0
}
#emailSubject {
@@ -50,23 +68,6 @@ body {
margin-top: 15px;
}
#emailActions {
padding: 5px 0;
margin: 0 0 10px 0;
}
#emailActions a {
background: #8ac6dc;
color: #fff;
text-decoration: none;
font-weight: bold;
padding: 5px;
}
#emailActions a:hover {
background: #becf74;
}
.errors {
background-color: #ffa0a0;
color: #333;