mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-28 18:41:34 +08:00
81e25b4235
Removed "additional Login field" on login page (Security reason) (Closes #206) Added "custom-login-mapping" plugin
30 lines
No EOL
402 B
Text
30 lines
No EOL
402 B
Text
.b-plugin-content {
|
|
|
|
&.modal {
|
|
width: 660px;
|
|
|
|
.modal-body {
|
|
overflow: auto;
|
|
}
|
|
}
|
|
|
|
.modal-header {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.information {
|
|
display: inline-block;
|
|
background-color: #ddd;
|
|
border-radius: 10px;
|
|
cursor: pointer;
|
|
height: 25px;
|
|
width: 30px;
|
|
text-align: center;
|
|
padding-top: 5px;
|
|
}
|
|
|
|
textarea {
|
|
width: 400px;
|
|
height: 70px;
|
|
}
|
|
} |