2018-07-03 11:14:53 +08:00
|
|
|
// Styles for admin/emails
|
|
|
|
|
|
|
|
// Emails
|
|
|
|
.email-list {
|
|
|
|
.filters input {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.time {
|
|
|
|
width: 50px;
|
|
|
|
}
|
|
|
|
.reply-key {
|
|
|
|
display: block;
|
|
|
|
font-size: $font-down-1;
|
2019-10-05 01:25:54 +08:00
|
|
|
color: $primary-medium;
|
2018-07-03 11:14:53 +08:00
|
|
|
}
|
|
|
|
.username div {
|
|
|
|
max-width: 180px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
.addresses p {
|
|
|
|
margin: 2px 0;
|
|
|
|
max-width: 200px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.incoming-emails {
|
|
|
|
.control-group {
|
|
|
|
margin: 8px 0;
|
|
|
|
}
|
|
|
|
.controls {
|
|
|
|
margin-left: 110px;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
margin: 5px 10px;
|
|
|
|
}
|
|
|
|
.error-description {
|
2019-10-05 01:25:54 +08:00
|
|
|
color: $primary-medium;
|
2018-07-03 11:14:53 +08:00
|
|
|
font-size: $font-down-1;
|
|
|
|
}
|
|
|
|
hr {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
label {
|
|
|
|
font-weight: bold;
|
|
|
|
float: left;
|
|
|
|
width: 100px;
|
|
|
|
text-align: right;
|
|
|
|
margin: 0 10px;
|
|
|
|
}
|
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0 10px;
|
|
|
|
}
|
|
|
|
textarea {
|
|
|
|
width: 95%;
|
|
|
|
height: 150px;
|
|
|
|
font-family: monospace;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.admin-list-item {
|
|
|
|
width: 100%;
|
2019-10-05 01:25:54 +08:00
|
|
|
border-top: 1px solid $primary-low;
|
2018-07-03 11:14:53 +08:00
|
|
|
padding: 0.25em 0;
|
|
|
|
}
|
|
|
|
|
2019-08-01 14:37:42 +08:00
|
|
|
.email-preview {
|
|
|
|
.digest-refresh-button {
|
|
|
|
margin: 0 0.5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-07-03 11:14:53 +08:00
|
|
|
.email-preview-digest {
|
|
|
|
.controls {
|
2019-08-01 14:37:42 +08:00
|
|
|
margin: 1em 0.5em;
|
|
|
|
input[type="text"] {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2018-07-03 11:14:53 +08:00
|
|
|
label {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.preview-output iframe {
|
|
|
|
width: 100%;
|
|
|
|
height: 600px;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
}
|
2018-11-29 07:03:50 +08:00
|
|
|
|
|
|
|
.email-advanced-test {
|
|
|
|
.admin-controls {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2018-12-03 19:51:59 +08:00
|
|
|
.email-body {
|
2018-11-29 07:03:50 +08:00
|
|
|
width: 95%;
|
|
|
|
height: 150px;
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
}
|