mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-11 09:45:54 +08:00
b6d8fa5b3f
Cleanup normalize and bootstrap css Removed almost all css float Removed CKEditor from app.css
23 lines
275 B
Text
23 lines
275 B
Text
#rl-popups {
|
|
.b-identity-content {
|
|
|
|
&.modal {
|
|
width: 770px;
|
|
}
|
|
|
|
.modal-body {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.e-signature-place {
|
|
border: 1px solid #ccc;
|
|
border-radius: 3px;
|
|
height: 200px;
|
|
}
|
|
|
|
.textEmail {
|
|
margin-top: 5px;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|