.history .transaction {
border-top: 1px solid #ccc;
position: relative; /* gives us a container for position: absolute */
clear: both;
}
.history .transaction.odd {
background-color: #fff;
}
div.history-container {
border: 0;
margin-top: 0.75em;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.history .transaction div.metadata span.actions {
float: right;
background: #eee;
text-align: right;
border-left: 1px solid #999;
border-bottom: 1px solid #999;
color: #ccc;
white-space: nowrap;
border-radius: 0.25em;
}
.history .transaction .metadata .actions a {
color: #666;
padding-left: 5px;
padding-right: 5px;
}
.history .transaction div.metadata span.type {
text-align: center;
float: left;
width: 1.5em;
border-radius: 0.25em;
font-size: 1.2em;
padding: 0.19em;
border: none;
}
.history .transaction span.type a {
display: block;
}
.history .transaction span.description {
margin-left: 1em;
font-weight: bold;
}
.history .transaction .description a:visited {
color: inherit;
}
.history .transaction span.time-taken {
margin-left: 1em;
}
.history .transaction div.content {
padding-right: 1em;
padding-bottom: 0.5em;
margin-left: 1.5em;
}
.transaction table + div.downloadattachment {
margin-top: 0.5rem;
}
.history .transaction .messagebody {
font-size: 1em;
padding-left: 1em;
margin-top: 0.5em;
padding-top: 0.5em;
border-top: 1px solid #ccc;
/*overflow: auto; */
min-height: 2.5em;
/* To avoid overlapping of "downloadattachment" by messagebody */
clear: left;
word-wrap: break-word;
}
.history .transaction.message div.content {
padding-right: 0;
padding-bottom: 3em;
margin-left: 3em;
}
.history .transaction .metadata span.type a {
font-size: 0.75em;
color: #D3D3D3;
}
.history .transaction .metadata span.type a#lasttrans {
display: inline
}
.history .transaction .metadata .date,
.history .transaction .metadata .description,
.history .transaction .metadata .time-taken {
display: inline-block;
margin-top: 0.45em;
margin-right: 1.5em;
margin-bottom: 0;
}
.transaction div.metadata > span {
margin: 0.27em;
}
.transaction div.metadata span.actions {
display: inline-block;
padding: 0.18em 0.06em;
border: 1px solid #999;
}
@media (max-width: 700px) {
.transaction .messagebody {
padding-left: 0;
}
.history .transaction.message div.content {
margin-left: 0;
}
.message-stanza {
margin: 0 1em;
}
.transaction div.metadata span.actions {
margin-right: 0;
border-right: 0;
-moz-border-radius-bottomright: 0;
-webkit-border-bottom-right-radius: 0;
}
}
.transaction .messagebody img {
max-width: 100%;
}
.transaction div.downloadattachment {
float: right;
clear: both;
font-size: 0.9em;
text-align: right;
background: transparent;
padding: 0.5em;
padding-top: 0.5em;
margin-left: 1em;
border: none;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
border-radius: 0.5em;
color: transparent;
line-height: 1em;
}
.transaction div.downloadattachment a {
color: #aaa;
font-size: 0.7em;
vertical-align: top;
}
.transaction div.downloadattachment .downloadfilename {
font-size: 0.9rem;
padding-left: 0.1em;
}
.transaction .message-header-key {
width: 7em;
font-weight: bold;
color: #666;
}
.transaction .messagebody .messagebody{
font-size: 1em;
padding: 0;
border: 0;
margin: 0;
}
/* Keep these colors in sync with the ticket borders in boxes.css */
.transaction.basics .type { background: #D32F2F; }
.transaction.cfs .type { background: #D32F2F; }
.transaction.people .type { background: #0288D1; }
.transaction.links .type { background: #388E3C; }
.transaction.dates .type { background: #7B1FA2; }
.transaction.message .type { background: #1976D2; }
.transaction.reminders .type { background: #0277BD; }
.transaction.other .type { background: #B0BEC5; }
.transaction.error .type { background: #900; }
.transaction.attachment-truncate .type, .transaction.attachment-drop .type { background-color: #FF5722; }
.transaction.error { background-color: #fcc; }
.transaction.attachment-truncate, .transaction.attachment-drop { background-color: #ffc; }
.transaction .message-header-value.verify { font-weight: bold; }
.transaction .message-header-value.verify.bad { color: #A00; }
.transaction .message-header-value.verify.done.trust-UNDEFINED { color: #F60; }
.transaction .message-header-value.verify.done.trust-NONE { color: #900; }
.transaction .message-header-value.verify.done.trust-NEVER { color: #900; }
.transaction .message-header-value.verify.done.trust-MARGINAL { color: #F60; }
.transaction .message-header-value.verify.done.trust-FULL { color: #060; }
.transaction .message-header-value.verify.done.trust-FULLY { color: #060; }
.transaction .message-header-value.verify.done.trust-ULTIMATE { color: #060; }