mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
Add advanced mailer module
This commit is contained in:
parent
0961253a74
commit
f9394ca26d
26 changed files with 1997 additions and 0 deletions
31
modules/advanced_mailer/tpl/css/spf_dkim.css
Normal file
31
modules/advanced_mailer/tpl/css/spf_dkim.css
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
|
||||
div.advanced_mailer_description {
|
||||
margin-bottom: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
div.margin-top {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
div.x_modal-body .monospace {
|
||||
font-family: Consolas, monospace;
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
#spf_dkim_setting div.spf_dkim_item {
|
||||
padding: 5px 0;
|
||||
}
|
||||
#spf_dkim_setting div.spf_dkim_separator {
|
||||
border-top: 1px dotted #ddd;
|
||||
margin: 8px 0;
|
||||
}
|
||||
#spf_dkim_setting span.label {
|
||||
display: inline-block;
|
||||
min-width: 94px;
|
||||
}
|
||||
#spf_dkim_setting span.monospace {
|
||||
font-family: Consolas, monospace;
|
||||
display: inline-block;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue