ldapsaisie/src/css/default/email_templates.css

48 lines
728 B
CSS

div.LStabs_content form {
display: block;
width: calc(100% - 0.5em);
}
div.LStabs_content form input[type=text] {
width: 100%;
outline: none;
}
div.LStabs_content form textarea {
width: 100%;
min-height: 60vh;
}
div.LStabs_content form div.form-footer {
text-align: center;
width: 100%;
margin-top: 1em;
}
th.mail_subject {
width: 10em;
white-space: nowrap;
overflow: hidden;
}
th.mail_content, td.mail_content {
width: 25vw;
white-space: nowrap;
overflow: hidden;
}
@media (max-width: 1024px) {
th.mail_subject {
widht: auto;
}
th.mail_content, td.mail_content {
max-width: 12em;
}
}
@media (max-width: 500px) {
th.mail_content, td.mail_content {
display: none;
}
}