mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
emails: Remove stale CSS from previous message email designs.
Elements with these classes stopped being generated ina5c69fb707,be762f9485, and3a6fc09a4d.
This commit is contained in:
parent
d79f4d4f46
commit
f4424c38db
@ -204,42 +204,6 @@ p.digest_paragraph,
|
||||
}
|
||||
|
||||
/* CSS for digest email content. */
|
||||
#private-messages {
|
||||
width: 600px;
|
||||
font-size: 12px;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.recipient_block {
|
||||
background-color: #f0f4f5;
|
||||
border: 1px solid #000;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.recipient_header {
|
||||
color: #e0dada;
|
||||
background-color: #444;
|
||||
border-bottom: 1px solid #000;
|
||||
font-weight: bold;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.message_content {
|
||||
background-color: #eff3f4;
|
||||
margin-left: 1px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.message_sender {
|
||||
font-weight: bold;
|
||||
padding-top: 1px;
|
||||
}
|
||||
|
||||
.message_content_block {
|
||||
padding-left: 6px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.messages {
|
||||
width: 600px;
|
||||
font-size: 12px;
|
||||
@ -264,48 +228,6 @@ p.digest_paragraph,
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.hot_convo_message_sender {
|
||||
font-weight: bold;
|
||||
padding-top: 1px;
|
||||
}
|
||||
|
||||
.recipient_block_with_messages {
|
||||
border: 1px solid #000;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.recipient_header_with_messages {
|
||||
background-color: #9ecaff;
|
||||
border-bottom: 1px solid #000;
|
||||
font-weight: bold;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.message_content_with_messages {
|
||||
margin-left: 1px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.recipient_block_without_messages {
|
||||
background-color: #f0f4f5;
|
||||
border: 1px solid #000;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.recipient_header_without_messages {
|
||||
color: #fff;
|
||||
background-color: #444;
|
||||
border-bottom: 1px solid #000;
|
||||
font-weight: bold;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.message_content_without_messages {
|
||||
background-color: #f0f4f5;
|
||||
margin-left: 1px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.hot_convo_message_content_block {
|
||||
padding-left: 6px;
|
||||
font-weight: normal;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user