mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19: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
52
modules/advanced_mailer/tpl/css/config.css
Normal file
52
modules/advanced_mailer/tpl/css/config.css
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
|
||||
#advanced_mailer_test_send {
|
||||
padding: 3px 10px;
|
||||
}
|
||||
|
||||
#advanced_mailer_test_result {
|
||||
font-family: Consolas, monospace;
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
section {
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
|
||||
input[type=password] {
|
||||
font-family: "Segoe UI", Arial, sans-serif !important;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding-left: 10px;
|
||||
padding-bottom: 2px;
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
||||
div.advanced_mailer_description {
|
||||
margin-bottom: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
div.hidden-by-default {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.full-width input {
|
||||
width: 90% !important;
|
||||
}
|
||||
|
||||
div.margin-top {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
span.sender_info {
|
||||
display: inline-block;
|
||||
margin-top: 12px;
|
||||
margin-left: 24px;
|
||||
font-family: Consolas, monospace;
|
||||
}
|
||||
|
||||
textarea.exception-domains {
|
||||
width: 90% !important;
|
||||
height: 80px !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue