mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-07 15:27:43 +08:00
16 lines
217 B
Text
16 lines
217 B
Text
#rl-popups {
|
|
.b-advanced-search-content {
|
|
&.modal {
|
|
width: 750px;
|
|
.control-label {
|
|
width: 100px;
|
|
}
|
|
.controls {
|
|
margin-left: 110px;
|
|
}
|
|
}
|
|
.modal-header {
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
}
|