mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Small interface fixes
This commit is contained in:
parent
56a54c334d
commit
4664401260
10 changed files with 60 additions and 54 deletions
|
|
@ -1,43 +1,44 @@
|
|||
.b-domain-content {
|
||||
|
||||
&.modal {
|
||||
width: 645px;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
width: 1300px;
|
||||
height: 390px;
|
||||
}
|
||||
|
||||
&.domain-edit .modal-body {
|
||||
height: 350px;
|
||||
}
|
||||
|
||||
&.domain-white-list-page .modal-body {
|
||||
left: -640px;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
}
|
||||
.b-domain-content {
|
||||
|
||||
&.modal {
|
||||
width: 645px;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
width: 1300px;
|
||||
height: 390px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
&.domain-edit .modal-body {
|
||||
height: 350px;
|
||||
}
|
||||
|
||||
&.domain-white-list-page .modal-body {
|
||||
left: -640px;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -17,7 +17,6 @@
|
|||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
/*width: 380px;*/
|
||||
|
||||
.descWrapper {
|
||||
|
||||
|
|
@ -29,6 +28,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.alertError {
|
||||
max-width: 450px;
|
||||
}
|
||||
|
||||
.loginForm {
|
||||
background-color: #efefef;
|
||||
text-align: left;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue