mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
OpenPGP (#53) Beta
Archive (Closes #110) Delete, Spam and Archive button in mail view when preview pane is off (Closes #72) Small fixes (Closes #101)
This commit is contained in:
parent
ab817e1396
commit
cae0cc2f77
45 changed files with 1390 additions and 172 deletions
|
|
@ -5451,23 +5451,34 @@ select {
|
|||
margin-left: 0px;
|
||||
}
|
||||
.dropdown-menu {
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.btn-group + .btn-group {
|
||||
margin-left: 3px;
|
||||
}
|
||||
.btn {
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
background-image: none;
|
||||
padding-left: 13px;
|
||||
padding-right: 13px;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
}
|
||||
.btn.disabled,
|
||||
.btn[disabled] {
|
||||
opacity: 0.75;
|
||||
filter: alpha(opacity=75);
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
||||
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
||||
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
||||
}
|
||||
.btn.btn-dark-disabled-border.disabled,
|
||||
.btn.btn-dark-disabled-border[disabled] {
|
||||
border-color: #aaa;
|
||||
}
|
||||
html.rgba.textshadow .btn.btn-danger,
|
||||
html.rgba.textshadow .btn.btn-success,
|
||||
html.rgba.textshadow .btn.btn-primary {
|
||||
|
|
@ -5503,38 +5514,38 @@ html.rgba.textshadow .btn.btn-primary {
|
|||
border-radius: 2px;
|
||||
}
|
||||
.btn-group > .btn:first-child {
|
||||
-webkit-border-top-left-radius: 2px;
|
||||
-moz-border-radius-topleft: 2px;
|
||||
border-top-left-radius: 2px;
|
||||
-webkit-border-bottom-left-radius: 2px;
|
||||
-moz-border-radius-bottomleft: 2px;
|
||||
border-bottom-left-radius: 2px;
|
||||
-webkit-border-top-left-radius: 3px;
|
||||
-moz-border-radius-topleft: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
-webkit-border-bottom-left-radius: 3px;
|
||||
-moz-border-radius-bottomleft: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.btn-group > .btn:last-child,
|
||||
.btn-group > .dropdown-toggle {
|
||||
-webkit-border-top-right-radius: 2px;
|
||||
-moz-border-radius-topright: 2px;
|
||||
border-top-right-radius: 2px;
|
||||
-webkit-border-bottom-right-radius: 2px;
|
||||
-moz-border-radius-bottomright: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
-moz-border-radius-topright: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
-webkit-border-bottom-right-radius: 3px;
|
||||
-moz-border-radius-bottomright: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.btn-group > .btn.large:first-child {
|
||||
-webkit-border-top-left-radius: 2px;
|
||||
-moz-border-radius-topleft: 2px;
|
||||
border-top-left-radius: 2px;
|
||||
-webkit-border-bottom-left-radius: 2px;
|
||||
-moz-border-radius-bottomleft: 2px;
|
||||
border-bottom-left-radius: 2px;
|
||||
-webkit-border-top-left-radius: 3px;
|
||||
-moz-border-radius-topleft: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
-webkit-border-bottom-left-radius: 3px;
|
||||
-moz-border-radius-bottomleft: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.btn-group > .btn.large:last-child,
|
||||
.btn-group > .large.dropdown-toggle {
|
||||
-webkit-border-top-right-radius: 2px;
|
||||
-moz-border-radius-topright: 2px;
|
||||
border-top-right-radius: 2px;
|
||||
-webkit-border-bottom-right-radius: 2px;
|
||||
-moz-border-radius-bottomright: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
-moz-border-radius-topright: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
-webkit-border-bottom-right-radius: 3px;
|
||||
-moz-border-radius-bottomright: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
textarea,
|
||||
input[type="text"],
|
||||
|
|
@ -6165,10 +6176,10 @@ html.ssm-state-desktop #rl-right {
|
|||
left: 200px;
|
||||
}
|
||||
html.ssm-state-desktop #rl-sub-left {
|
||||
width: 350px;
|
||||
width: 400px;
|
||||
}
|
||||
html.ssm-state-desktop #rl-sub-right {
|
||||
left: 350px;
|
||||
left: 400px;
|
||||
}
|
||||
html.ssm-state-tablet #rl-left {
|
||||
width: 150px;
|
||||
|
|
@ -6177,13 +6188,13 @@ html.ssm-state-tablet #rl-right {
|
|||
left: 150px;
|
||||
}
|
||||
html.ssm-state-tablet #rl-sub-left {
|
||||
width: 310px;
|
||||
width: 340px;
|
||||
}
|
||||
html.ssm-state-tablet #rl-sub-left .messageList .inputSearch {
|
||||
width: 220px;
|
||||
}
|
||||
html.ssm-state-tablet #rl-sub-right {
|
||||
left: 310px;
|
||||
left: 340px;
|
||||
}
|
||||
html.ssm-state-tablet .b-compose.modal {
|
||||
width: 800px;
|
||||
|
|
@ -6198,13 +6209,13 @@ html.ssm-state-mobile #rl-right {
|
|||
left: 120px;
|
||||
}
|
||||
html.ssm-state-mobile #rl-sub-left {
|
||||
width: 310px;
|
||||
width: 340px;
|
||||
}
|
||||
html.ssm-state-mobile #rl-sub-left .messageList .inputSearch {
|
||||
width: 220px;
|
||||
}
|
||||
html.ssm-state-mobile #rl-sub-right {
|
||||
left: 310px;
|
||||
left: 340px;
|
||||
}
|
||||
html.ssm-state-mobile .b-compose.modal {
|
||||
width: 800px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue