diff --git a/style.css b/style.css index e7b8971eb5d67eed55a1824fa21af7d751b1ae90..1ba02e78c7792db8b17406e518920ac508693978 100644 --- a/style.css +++ b/style.css @@ -3495,12 +3495,12 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-Settings-Folders .table.table-hover.list-table, #rl-app #V-Settings-Filters .btn, #rl-app #V-Settings-Filters .table.table-hover.list-table { - margin-left: 24px; + margin-left: 40px; } #rl-app #V-Settings-General .legend, #rl-app #V-Settings-Security .legend, #rl-app #V-Settings-Folders .legend { - padding-left: 24px; + padding-left: 20px; } #rl-app #V-Settings-Accounts span.delete.fontastic { mask-image: var(--trash); @@ -3708,7 +3708,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { font-size: 22px; } #rl-app #V-SettingsPane #rl-settings-subscreen #V-Settings-Accounts .e-component.e-checkbox.material-design { - margin: 0 0 8px 12px; + margin: 0 0 8px 27px; } #rl-app #V-SettingsPane ul li img { display: none; @@ -3955,20 +3955,14 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { .theme--dark #rl-app #messageItem p, .theme--dark #rl-app #messageItem span, .theme--dark #rl-app #messageItem div, - .theme--dark #rl-app #messageItem li { + .theme--dark #rl-app #messageItem li, + .theme--dark #rl-app #messageItem font .theme--dark #rl-app #messageItem tr .theme--dark #rl-app #messageItem td { background: #000000 !important; color: #ffffff !important; } .theme--dark #rl-app #messageItem a { color: #087BF9 !important; } - /*#rl-app #messageItem table > tbody > tr > td > table , - #rl-app #messageItem table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table, - #rl-app #messageItem table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table, - #rl-app #messageItem table > tbody > tr > td > table > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table, - { - filter:invert(var(--invertfilter)); - }*/ #rl-app #rl-popups #V-PopupsContacts label[data-i18n="CONTACTS/TAB_BUSINESS"], #rl-app #rl-popups #V-PopupsContacts label[data-i18n="CONTACTS/TAB_CRYPTO"], #rl-app #rl-popups #V-PopupsContacts label[data-i18n="CONTACTS/TAB_CONTACT"] { @@ -3993,3 +3987,19 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { padding: 10px; background: var(--color-background-mailbody); } + #rl-app #V-Settings-General .form-horizontal .control-group > label, + #rl-app #V-Settings-Contacts .form-horizontal .control-group > label { + text-align: left; + margin-left: 40px; + } + #rl-app #V-Settings-General .form-horizontal .control-group > :not(label), + #rl-app #V-Settings-Contacts .form-horizontal .control-group > :not(label){ + margin-left: 40px; + } + #rl-app #V-Settings-Security .form-horizontal .control-group > label { + text-align: left; + margin-left: 0; + } + #rl-app #V-Settings-Security details .legend { + padding-left: 0; + }