Only display email on the selected zephyr

(imported from commit fc0ca119abaf31f74e7ad384c6821bfeaedaae87)
This commit is contained in:
Keegan McAllister 2012-09-13 11:58:59 -04:00
parent ea42342031
commit afa608fad8
1 changed files with 5 additions and 0 deletions

View File

@ -77,6 +77,11 @@ span.zephyr_sender_name {
span.zephyr_sender_email {
font-size: 80%;
visibility: hidden;
}
.selected_zephyr span.zephyr_sender_email {
visibility: visible;
}
span.zephyr_sender_username {