mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
206 lines
2.2 KiB
Text
206 lines
2.2 KiB
Text
|
|
#rl-bg {
|
|
z-index: -1;
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
#rl-content {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
#rl-center {
|
|
.g-ui-absolute-reset;
|
|
min-width: 700px;
|
|
min-height: 400px;
|
|
}
|
|
|
|
#rl-top {
|
|
.g-ui-absolute-reset;
|
|
bottom: auto;
|
|
z-index: 2;
|
|
}
|
|
|
|
#rl-bottom {
|
|
.g-ui-absolute-reset;
|
|
|
|
top: auto;
|
|
z-index: 1;
|
|
}
|
|
|
|
#rl-left {
|
|
.g-ui-absolute-reset;
|
|
|
|
right: auto;
|
|
width: @rlLeftWidth;
|
|
}
|
|
|
|
#rl-right {
|
|
.g-ui-absolute-reset;
|
|
|
|
z-index: 1;
|
|
left: @rlLeftWidth;
|
|
}
|
|
|
|
#rl-sub-left {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 500px;
|
|
}
|
|
|
|
#rl-sub-right {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
left: 500px;
|
|
}
|
|
|
|
html.ssm-state-desktop-large {
|
|
|
|
#rl-left {
|
|
width: @rlLeftWidth + 20;
|
|
}
|
|
|
|
#rl-right {
|
|
left: @rlLeftWidth + 20;
|
|
}
|
|
|
|
#rl-sub-left {
|
|
width: 500px;
|
|
}
|
|
|
|
#rl-sub-right {
|
|
left: 500px;
|
|
}
|
|
|
|
.b-compose.modal {
|
|
width: 1000px;
|
|
}
|
|
|
|
.b-contacts-content.modal {
|
|
width: 1000px;
|
|
}
|
|
}
|
|
|
|
html.ssm-state-desktop {
|
|
#rl-left {
|
|
width: @rlLeftWidth;
|
|
}
|
|
|
|
#rl-right {
|
|
left: @rlLeftWidth;
|
|
}
|
|
|
|
#rl-sub-left {
|
|
width: 350px;
|
|
}
|
|
|
|
#rl-sub-right {
|
|
left: 350px;
|
|
}
|
|
}
|
|
|
|
html.ssm-state-tablet {
|
|
#rl-left {
|
|
width: 150px;
|
|
}
|
|
|
|
#rl-right {
|
|
left: 150px;
|
|
}
|
|
|
|
#rl-sub-left {
|
|
width: 300px;
|
|
|
|
.messageList .inputSearch {
|
|
width: 210px;
|
|
}
|
|
}
|
|
|
|
#rl-sub-right {
|
|
left: 300px;
|
|
}
|
|
|
|
.b-compose.modal {
|
|
width: 800px;
|
|
}
|
|
|
|
.b-contacts-content.modal {
|
|
width: 800px;
|
|
}
|
|
}
|
|
|
|
html.ssm-state-mobile {
|
|
#rl-left {
|
|
width: 120px;
|
|
}
|
|
|
|
#rl-right {
|
|
left: 120px;
|
|
}
|
|
|
|
#rl-sub-left {
|
|
width: 280px;
|
|
|
|
.messageList .inputSearch {
|
|
width: 190px;
|
|
}
|
|
}
|
|
|
|
#rl-sub-right {
|
|
left: 280px;
|
|
}
|
|
|
|
.b-compose.modal {
|
|
width: 800px;
|
|
}
|
|
|
|
.b-contacts-content.modal {
|
|
width: 800px;
|
|
}
|
|
}
|
|
|
|
html.rl-no-preview-pane {
|
|
|
|
#rl-sub-left {
|
|
right: @rlBottomMargin !important;
|
|
width: inherit;
|
|
|
|
.messageList .inputSearch {
|
|
width: 300px !important;
|
|
}
|
|
}
|
|
|
|
#rl-sub-right {
|
|
left: 0 !important;
|
|
}
|
|
|
|
#rl-right .ui-resizable-handle {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
#rl-loading, #rl-loading-error {
|
|
position: absolute;
|
|
font: 30px Tahoma;
|
|
top: 50%;
|
|
width: 100%;
|
|
height: 65px;
|
|
margin: 0;
|
|
margin-top: -60px;
|
|
background-color: transparent;
|
|
text-align: center;
|
|
color: #000;
|
|
}
|
|
|
|
#rl-loading-error {
|
|
background-image: none;
|
|
display: none;
|
|
}
|