mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
efcefbaf78
Touch devices can be any size and can use (bluetooth/usb-c mouse/keyboard) these days. It's all about pixels and currently if the mode is mobile/no-mobile (this can be improved later).
35 lines
408 B
Text
35 lines
408 B
Text
#rl-popups {
|
|
.b-identity-content {
|
|
|
|
&.modal {
|
|
width: 800px;
|
|
}
|
|
|
|
.modal-header {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.modal-body {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.control-label {
|
|
width: 100px;
|
|
}
|
|
|
|
.controls {
|
|
margin-left: 120px;
|
|
}
|
|
|
|
.e-signature-place {
|
|
border: 1px solid #ccc;
|
|
border-radius: 3px;
|
|
height: 200px;
|
|
}
|
|
|
|
.textEmail {
|
|
margin-top: 5px;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|