snappymail/dev/Styles/AdminDomain.less

58 lines
783 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;
2016-02-06 04:34:48 +08:00
height: 400px;
2014-02-01 05:37:26 +08:00
left: 0;
}
&.domain-edit .modal-body {
2016-02-06 04:34:48 +08:00
height: 340px;
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
}
.domain-desc {
color: #666;
line-height: 20px;
background-color: #f9f9f9;
padding: 8px;
border: 1px solid #eee;
border-radius: 3px;
margin: -5px 0;
i {
font-style: normal;
color: red;
}
}
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;
}
}
}