mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
52 lines
758 B
CSS
52 lines
758 B
CSS
|
|
#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;
|
|
}
|