Improvements to message headers in conversation viewer: Closes #5422

This commit is contained in:
Robert Schroll 2012-06-22 16:53:05 -07:00 committed by Jim Nelson
parent 3d2504ab95
commit 146965fc3f
2 changed files with 34 additions and 2 deletions

View file

@ -194,6 +194,9 @@ img[src^="data:"] {
.email:last-of-type .header .field .hidden_only {
display: none;
}
.email.hide:not(:last-of-type) .header .field a {
pointer-events: none;
}
}
@ -290,6 +293,15 @@ img[src^="data:"] {
.header .field .value {
color: black;
margin-left: 5.25em;
max-height: 5em;
overflow-y: auto;
}
.show .header .field .value {
cursor: auto;
}
.header .field .value a {
color: black;
text-decoration: none;
}
.header .field.important .address_name {
font-weight: bold;
@ -370,4 +382,4 @@ blockquote {
margin: 10px;
padding: 5px;
border-left: 3px #aaa solid;
}
}