mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Modal fixes, general bugfixing
This commit is contained in:
parent
2e4af33340
commit
9431c83003
1 changed files with 61 additions and 58 deletions
|
|
@ -57,14 +57,14 @@ html.ssm-state-mobile {
|
||||||
.b-content {
|
.b-content {
|
||||||
right:0px;
|
right:0px;
|
||||||
width:500px;
|
width:500px;
|
||||||
|
top:85px;
|
||||||
.messageItem {
|
.messageItem {
|
||||||
.buttonFull {
|
.buttonFull {
|
||||||
z-index: 101;
|
z-index: 101;
|
||||||
top:60px;
|
top:90px;
|
||||||
right:0px;
|
right:0px;
|
||||||
height:100%;
|
|
||||||
width:35px;
|
width:35px;
|
||||||
bottom:10px;
|
height:100%;
|
||||||
opacity:1.0;
|
opacity:1.0;
|
||||||
border:none;
|
border:none;
|
||||||
border-radius:0px;
|
border-radius:0px;
|
||||||
|
|
@ -86,7 +86,32 @@ html.ssm-state-mobile {
|
||||||
width:auto;
|
width:auto;
|
||||||
right:35px;
|
right:35px;
|
||||||
.messageList {
|
.messageList {
|
||||||
|
.toolbar {
|
||||||
|
right:50px;
|
||||||
|
.btn-group {
|
||||||
|
margin-bottom:5px;
|
||||||
|
.dropdown-menu {
|
||||||
|
left:auto;
|
||||||
|
right:0px;
|
||||||
|
}
|
||||||
|
#move-dropdown-id + .dropdown-menu {
|
||||||
|
left:0px;
|
||||||
|
right:auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
.b-message-list-wrapper {
|
.b-message-list-wrapper {
|
||||||
|
top:80px;
|
||||||
|
.second-toolbar {
|
||||||
|
.form-inline {
|
||||||
|
.input-append {
|
||||||
|
width:90%;
|
||||||
|
.inputSearch {
|
||||||
|
width:80%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -100,59 +125,37 @@ html.ssm-state-mobile {
|
||||||
#rl-center {
|
#rl-center {
|
||||||
min-width: 0px;
|
min-width: 0px;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
.b-compose.modal,
|
||||||
|
.b-contacts-content.modal,
|
||||||
/*
|
.b-compose.modal,
|
||||||
|
.b-contacts-content.modal,
|
||||||
|
.b-advanced-search-content.modal {
|
||||||
|
width: 95%;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
html.ssm-state-mobile .b-compose.modal, html.ssm-state-mobile .b-contacts-content.modal, html.ssm-state-tablet .b-compose.modal, html.ssm-state-tablet .b-contacts-content.modal {
|
|
||||||
width: 90%;
|
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.b-compose .cke_chrome {
|
.b-compose.modal {
|
||||||
width:100%!important;
|
.b-header {
|
||||||
}
|
max-height:130px;
|
||||||
|
padding-bottom:10px;
|
||||||
|
overflow:auto;
|
||||||
|
}
|
||||||
|
.cke_top {
|
||||||
|
max-height:30px;
|
||||||
|
overflow:auto;
|
||||||
|
|
||||||
html.rl-left-panel-disabled #rl-right {
|
}
|
||||||
left: 15%!important;
|
}
|
||||||
}
|
|
||||||
html.ssm-state-mobile #rl-sub-left {
|
|
||||||
width:100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
html.ssm-state-mobile #rl-sub-right {
|
.b-advanced-search-content.modal {
|
||||||
right:0px;
|
.control-label {
|
||||||
left:auto;
|
width:60px;
|
||||||
width:35px;
|
}
|
||||||
}
|
.controls {
|
||||||
html.ssm-state-mobile .messageView .b-content {
|
margin-left:70px;
|
||||||
right:0px;
|
}
|
||||||
width:500px;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
html.ssm-state-mobile #rl-center {
|
|
||||||
min-width: 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
html.ssm-state-mobile #rl-sub-left .messageList .inputSearch {
|
|
||||||
width:80%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.messageList .second-toolbar .form-inline {
|
|
||||||
margin-right:40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
html.ssm-state-mobile .messageList .toolbar .dropdown-menu {
|
|
||||||
left:auto;
|
|
||||||
right:0px;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue