snappymail/dev/Styles/AdminDomain.less

44 lines
536 B
Text
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
}
&.domain-white-list-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 {
.imap-header, .smtp-header {
color: green;
font-weight: bold;
}
}
.testing-error {
.imap-header, .smtp-header {
color: red;
}
}
}