snappymail/dev/Styles/AdminDomain.less

44 lines
568 B
Plaintext
Raw Normal View History

2014-02-01 05:37:26 +08:00
.b-domain-content {
&.modal {
2014-05-16 00:06:44 +08:00
width: 810px;
2014-02-01 05:37:26 +08:00
}
.modal-header {
background-color: #fff;
}
.modal-body {
position: relative;
overflow: hidden;
2014-05-16 00:06:44 +08:00
width: 1600px;
height: 370px;
2014-02-01 05:37:26 +08:00
left: 0;
}
&.domain-edit .modal-body {
2014-05-16 00:06:44 +08:00
height: 320px;
2014-02-01 05:37:26 +08:00
}
2014-11-20 05:32:20 +08:00
&.domain-second-page .modal-body {
2014-05-16 00:06:44 +08:00
left: -800px;
2014-02-01 05:37:26 +08:00
}
.error-desc {
color: red;
margin-left: 10px;
}
.testing-done {
2015-01-29 00:27:23 +08:00
&.imap-header, &.sieve-header, &.smtp-header {
2014-02-01 05:37:26 +08:00
color: green;
font-weight: bold;
}
}
.testing-error {
2015-01-29 00:27:23 +08:00
&.imap-header, &.sieve-header, &.smtp-header {
2014-02-01 05:37:26 +08:00
color: red;
}
}
}