mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Cleanup more CSS
This commit is contained in:
parent
48424e213b
commit
badf422178
24 changed files with 22 additions and 130 deletions
|
|
@ -121,7 +121,6 @@ export class AbstractApp {
|
|||
initOnStartOrLangChange();
|
||||
|
||||
if (mobile) {
|
||||
$htmlCL.toggle('rl-mobile', mobile);
|
||||
leftPanelDisabled(true);
|
||||
} else {
|
||||
window.addEventListener('resize', () => leftPanelDisabled(767 >= window.innerWidth));
|
||||
|
|
|
|||
|
|
@ -114,7 +114,3 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
html.rl-mobile .b-settings-content .legend {
|
||||
width: auto;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,4 @@
|
|||
|
||||
.b-admin-domains {
|
||||
.process-place {
|
||||
width: 600px;
|
||||
padding: 14px 0;
|
||||
text-align: center;
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.b-admin-domains-list-table {
|
||||
|
||||
width: 600px;
|
||||
|
|
|
|||
|
|
@ -5,9 +5,6 @@
|
|||
width: 650px;
|
||||
}
|
||||
|
||||
.process-place {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.b-admin-packages-list-table {
|
||||
|
|
|
|||
|
|
@ -1,10 +1,4 @@
|
|||
|
||||
.b-admin-plugins {
|
||||
.process-place {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.b-admin-plugins-list-table {
|
||||
|
||||
&.disabled {
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
html.rl-mobile {
|
||||
@media screen and (max-width: 999px) {
|
||||
.b-languages-content .lang-item {
|
||||
width: calc(~'100% - 40px');
|
||||
}
|
||||
|
|
|
|||
|
|
@ -389,15 +389,10 @@ html.rl-bottom-preview-pane {
|
|||
}
|
||||
}
|
||||
|
||||
.show-on-mobile,
|
||||
html.rl-mobile .hide-on-mobile {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
html.rl-mobile .show-on-mobile {
|
||||
display: initial !important;
|
||||
}
|
||||
|
||||
html.rl-mobile .width100-on-mobile {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -117,6 +117,15 @@
|
|||
width: 600px;
|
||||
}
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 4px 8px;
|
||||
line-height: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
html.rl-mobile .rl-settings-view-model {
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
html.rl-mobile .b-settings-content .legend {
|
||||
|
|
|
|||
|
|
@ -1,25 +1,10 @@
|
|||
|
||||
.b-settings-accounts {
|
||||
|
||||
html.rl-mobile &{
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.process-place {
|
||||
text-align: center;
|
||||
width: 600px;
|
||||
padding: 14px 0;
|
||||
}
|
||||
|
||||
.list-table {
|
||||
|
||||
width: 600px;
|
||||
|
||||
td {
|
||||
padding: 4px 8px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.account-img, .identity-img {
|
||||
font-size: 12px;
|
||||
margin-right: 5px;
|
||||
|
|
|
|||
|
|
@ -1,19 +1,9 @@
|
|||
|
||||
html.rl-mobile .b-settings-filters {
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.b-filter-script {
|
||||
width: auto;
|
||||
max-width: 720px;
|
||||
}
|
||||
|
||||
.filter-item td,
|
||||
.script-item td {
|
||||
padding: 4px 8px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.filter-item td.drag-wrapper {
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,22 +1,12 @@
|
|||
|
||||
.b-settings-folders {
|
||||
|
||||
html.rl-mobile &{
|
||||
margin-right: 35px;
|
||||
}
|
||||
|
||||
&.ignore-folder-subscribe {
|
||||
.subscribe-folder, .unsubscribe-folder {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.process-place {
|
||||
text-align: center;
|
||||
width: 600px;
|
||||
padding: 14px 0;
|
||||
}
|
||||
|
||||
.folders-list-error {
|
||||
width: 550px;
|
||||
margin: 10px 0;
|
||||
|
|
@ -30,11 +20,6 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 4px 8px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.folder-padding {
|
||||
display: inline-block;
|
||||
width: 0;
|
||||
|
|
|
|||
|
|
@ -1,10 +1,6 @@
|
|||
|
||||
.b-settings-general {
|
||||
|
||||
html.rl-mobile &{
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.flag-selector {
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,25 +1,10 @@
|
|||
|
||||
.b-settings-open-pgp {
|
||||
|
||||
html.rl-mobile &{
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.process-place {
|
||||
text-align: center;
|
||||
width: 600px;
|
||||
padding: 14px 0;
|
||||
}
|
||||
|
||||
.list-table {
|
||||
|
||||
width: 750px;
|
||||
|
||||
td {
|
||||
padding: 4px 8px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.open-pgp-key-img {
|
||||
margin-right: 10px;
|
||||
vertical-align: top;
|
||||
|
|
|
|||
|
|
@ -1,25 +1,10 @@
|
|||
|
||||
.b-settings-templates {
|
||||
|
||||
html.rl-mobile &{
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.process-place {
|
||||
text-align: center;
|
||||
width: 600px;
|
||||
padding: 14px 0;
|
||||
}
|
||||
|
||||
.list-table {
|
||||
|
||||
width: 600px;
|
||||
|
||||
td {
|
||||
padding: 4px 8px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.template-img {
|
||||
font-size: 12px;
|
||||
margin-right: 5px;
|
||||
|
|
|
|||
|
|
@ -1,22 +1,6 @@
|
|||
|
||||
.b-settings-content {
|
||||
.b-settings-themes {
|
||||
.legend {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
html.rl-mobile .b-settings-content .b-settings-theme .legend {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.b-themes-list {
|
||||
|
||||
html.rl-mobile &{
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.e-item {
|
||||
|
||||
display: inline-block;
|
||||
|
|
|
|||
|
|
@ -266,10 +266,10 @@ select {
|
|||
padding-top: 0;
|
||||
}
|
||||
|
||||
html.rl-mobile {
|
||||
/* mobile and tablet */
|
||||
@media screen and (max-width: 999px) {
|
||||
|
||||
#rl-popups .modal {
|
||||
width: 100% !important;
|
||||
width: calc(~'100% - 20px') !important;
|
||||
}
|
||||
|
||||
|
|
@ -295,6 +295,7 @@ html.rl-mobile {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.close-input-wrp {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue