From 85903e5bb45d84894ab5701804583f6e677e8521 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 19 Jan 2023 12:41:52 +0530 Subject: [PATCH 01/42] icon fix --- styles.css | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index e0b3541..418d948 100644 --- a/styles.css +++ b/styles.css @@ -1939,6 +1939,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar #rl-app #V-PopupsCompose .btn-group:nth-of-type(1) button.btn:nth-child(1) .icon-file-text { vertical-align: middle; height: 19px; + display: block; } #rl-app #V-PopupsCompose .btn-group:nth-of-type(1) button.btn:nth-child(2) { background: var(--color-main-background); @@ -1946,6 +1947,11 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar border-radius: 0px 4px 4px 0px; height:35px; } + #rl-app #V-PopupsCompose .btn-group:nth-of-type(1) button.btn:nth-child(2) .icon-attachment { + line-height: 16px; + vertical-align: middle; + display: block; + } #rl-app #V-PopupsCompose .btn-group:nth-of-type(1) button.btn.active { background: rgba(0, 0, 0, 0.12); } @@ -2104,7 +2110,8 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar } #rl-app #V-PopupsCompose header .button-save{ background: var(--color-background-black); - padding-left: 7px; + height: auto; + padding: 0 14px 0 7px; } #rl-app #V-PopupsCompose header .close, #rl-app #V-PopupsCompose header .minimize-custom { @@ -2646,12 +2653,16 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar #rl-app #rl-popups #V-PopupsCompose .g-ui-user-select-none .btn.btn-success{ background: var(--color-success-second); border-radius: 6px; + height: auto; + padding: 0 14px; } #rl-app #rl-popups #V-PopupsCompose .g-ui-user-select-none .btn.btn-success .icon-paper-plane{ background-image: url('images/send-icon.svg'); background-position: center center; background-repeat: no-repeat; - height: 21px; + display: inline-block; + line-height: 36px; + height: 36px; width: 14px; color: transparent; content:""; @@ -2715,7 +2726,9 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar } #rl-app #rl-popups #V-PopupsCompose .btn-group:nth-of-type(1) button.btn.active{ background:var(--color-border-second); - height: 35px; + height: 32px; + padding: unset; + width: 41px; } #rl-app #rl-popups #V-PopupsCompose .b-header.g-ui-user-select-none .error-to::before { border: 1px solid var(--color-error-second); @@ -3063,9 +3076,10 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { #rl-app #V-PopupsCompose .btn-group:nth-of-type(3) a.btn.fontastic:nth-child(1){ padding-top:5px; border-radius: 4px 0px 0px 4px; + font-size: 14px; } #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-changes .btn[data-action="source"] { - height: 36px; + height: auto; } #rl-app #V-PopupsCompose .btn-group:nth-of-type(1) button.btn:nth-child(1){ border-radius: 4px 0px 0px 4px; @@ -3078,4 +3092,14 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { } #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-targets .btn,#rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-targets .btn{ height:36px; +} +#rl-app .hide-mobile[data-i18n="COMPOSE/BUTTON_SEND"] { + display: inline-block; + height: auto; + line-height: 36px; +} +#rl-app .hide-mobile[data-i18n="GLOBAL/SAVE"] { + display: inline-block; + height: auto; + line-height: 36px; } \ No newline at end of file -- GitLab From f74c12120869c7e1187c12cc006e0a569f64bc7d Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 19 Jan 2023 12:44:10 +0530 Subject: [PATCH 02/42] icon fix --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 418d948..d3457b4 100644 --- a/styles.css +++ b/styles.css @@ -1945,7 +1945,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar background: var(--color-main-background); border: 1px solid var(--color-border-second) !important; border-radius: 0px 4px 4px 0px; - height:35px; + height:32px; } #rl-app #V-PopupsCompose .btn-group:nth-of-type(1) button.btn:nth-child(2) .icon-attachment { line-height: 16px; -- GitLab From 8c827be459ed30f50538e392dc28b0b62313d431 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 19 Jan 2023 12:49:48 +0530 Subject: [PATCH 03/42] icon fix --- styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index d3457b4..6dea7f3 100644 --- a/styles.css +++ b/styles.css @@ -1970,7 +1970,8 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar background-image: url('images/attachnextcloud-files.svg'); background-position: center center; background-repeat: no-repeat; - height:35px; + height:32px; + min-height:32px; color:transparent; border-radius: 0px 4px 4px 0px; } @@ -3077,6 +3078,8 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { padding-top:5px; border-radius: 4px 0px 0px 4px; font-size: 14px; + height: 32px; + min-height: 32px; } #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-changes .btn[data-action="source"] { height: auto; -- GitLab From c012cb4d10dfd5cfc247a3727c6f162f62db6887 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 19 Jan 2023 12:52:53 +0530 Subject: [PATCH 04/42] icon fix --- styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles.css b/styles.css index 6dea7f3..6a27118 100644 --- a/styles.css +++ b/styles.css @@ -3080,6 +3080,8 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { font-size: 14px; height: 32px; min-height: 32px; + line-height: 20px; + vertical-align: middle; } #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-changes .btn[data-action="source"] { height: auto; -- GitLab From 83d7563dc1545eb65c6e6ac991b4f5b6d4018564 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 19 Jan 2023 13:05:13 +0530 Subject: [PATCH 05/42] icon fix --- styles.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 6a27118..e5b609c 100644 --- a/styles.css +++ b/styles.css @@ -1988,7 +1988,12 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar line-height: 33px; padding: 0px 12px; } - #rl-app #V-PopupsCompose #squire-toolgroup-mode .btn:nth-child(1), #rl-app #V-PopupsCompose #squire-toolgroup-font .btn:nth-child(2){ + #rl-app #V-PopupsCompose #squire-toolgroup-mode .btn:nth-child(1){ + width:85px; + vertical-align: baseline; + padding: 0px 24px; + } +#rl-app #V-PopupsCompose #squire-toolgroup-font .btn:nth-child(2){ width:71px; vertical-align: baseline; } -- GitLab From 00e33bcc6cdaf5128f1a43423aca97b74c50b9b5 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 19 Jan 2023 21:04:39 +0530 Subject: [PATCH 06/42] padding fix --- styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles.css b/styles.css index e5b609c..e375adb 100644 --- a/styles.css +++ b/styles.css @@ -2028,6 +2028,8 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar #rl-app .squire-toolbar { height: 50px; box-sizing: content-box; + padding-top:0px; + padding-bottom:0px; } #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show{ background: var(--color-main-background); -- GitLab From 43c187e42c50e036de332f4185080f5ec1dbe209 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 19 Jan 2023 21:12:26 +0530 Subject: [PATCH 07/42] padding fix --- styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index e375adb..95dd962 100644 --- a/styles.css +++ b/styles.css @@ -959,7 +959,7 @@ html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.icon-f background-image: url('images/loading.svg'); background-position: center center; background-repeat: no-repeat; - height:20px; + height:16x; padding-left: 20px; padding-right: 19px; content: ""; @@ -3114,4 +3114,8 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { display: inline-block; height: auto; line-height: 36px; +} +#rl-app .squire-wysiwyg{ + margin-top:0px; + border-top:none; } \ No newline at end of file -- GitLab From d38f89a9d3de34aa2bd34a79732b53c6d63f8a6b Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 19 Jan 2023 21:38:18 +0530 Subject: [PATCH 08/42] padding fix --- images/loading.svg | 4 ++-- styles.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/loading.svg b/images/loading.svg index cd4d4e4..7828cd0 100644 --- a/images/loading.svg +++ b/images/loading.svg @@ -1,3 +1,3 @@ - - + + diff --git a/styles.css b/styles.css index 95dd962..ea4df26 100644 --- a/styles.css +++ b/styles.css @@ -959,7 +959,7 @@ html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.icon-f background-image: url('images/loading.svg'); background-position: center center; background-repeat: no-repeat; - height:16x; + height:16px; padding-left: 20px; padding-right: 19px; content: ""; -- GitLab From 607491af81c58a531414af68cc2a496070a6c4fc Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 19 Jan 2023 21:42:00 +0530 Subject: [PATCH 09/42] padding fix --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index ea4df26..def7011 100644 --- a/styles.css +++ b/styles.css @@ -959,7 +959,7 @@ html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.icon-f background-image: url('images/loading.svg'); background-position: center center; background-repeat: no-repeat; - height:16px; + height:18px; padding-left: 20px; padding-right: 19px; content: ""; -- GitLab From f942aa5151e9d59bab3a1bcd1d1c2e8ae36d69c5 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 19 Jan 2023 23:06:32 +0530 Subject: [PATCH 10/42] align left --- styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles.css b/styles.css index def7011..ef8e779 100644 --- a/styles.css +++ b/styles.css @@ -3118,4 +3118,10 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { #rl-app .squire-wysiwyg{ margin-top:0px; border-top:none; +} +#rl-app label[data-i18n="GLOBAL/TO"] , + #rl-app label[data-i18n="GLOBAL/FROM"], + #rl-app label[data-i18n="GLOBAL/SUBJECT"] + { + text-align: left; } \ No newline at end of file -- GitLab From 4eb158a913499389d379dec3c392c370d03c50e1 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 20 Jan 2023 00:03:30 +0530 Subject: [PATCH 11/42] align left --- styles.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index ef8e779..ac8360a 100644 --- a/styles.css +++ b/styles.css @@ -1919,6 +1919,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar #rl-app #V-PopupsCompose .b-header { background:var(--color-main-background); + padding-left: 16px; } #rl-app #V-PopupsCompose .b-header table{ border-collapse: unset; @@ -2030,6 +2031,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar box-sizing: content-box; padding-top:0px; padding-bottom:0px; + padding-left: 16px; } #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show{ background: var(--color-main-background); @@ -2115,6 +2117,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar } #rl-app #V-PopupsCompose header{ background-color: var(--color-primary-text); + padding-left:16px; } #rl-app #V-PopupsCompose header .button-save{ background: var(--color-background-black); @@ -3120,8 +3123,15 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { border-top:none; } #rl-app label[data-i18n="GLOBAL/TO"] , - #rl-app label[data-i18n="GLOBAL/FROM"], + #rl-app td[data-i18n="GLOBAL/FROM"], #rl-app label[data-i18n="GLOBAL/SUBJECT"] - { +{ text-align: left; + padding-left: 16px; +} +#rl-app .squire-toolbar { + padding-left: 0px; +} +#rl-app #area-toggle { + padding-left: 16px; } \ No newline at end of file -- GitLab From 91b491c5ea76300d6834996cec850970a344ac4c Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 20 Jan 2023 00:07:16 +0530 Subject: [PATCH 12/42] align left --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index ac8360a..7057dfd 100644 --- a/styles.css +++ b/styles.css @@ -1919,7 +1919,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar #rl-app #V-PopupsCompose .b-header { background:var(--color-main-background); - padding-left: 16px; + padding-left: 0px; } #rl-app #V-PopupsCompose .b-header table{ border-collapse: unset; @@ -3124,7 +3124,7 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { } #rl-app label[data-i18n="GLOBAL/TO"] , #rl-app td[data-i18n="GLOBAL/FROM"], - #rl-app label[data-i18n="GLOBAL/SUBJECT"] + #rl-app td[data-i18n="GLOBAL/SUBJECT"] { text-align: left; padding-left: 16px; -- GitLab From ef0a4ef044ea1ae380ff086ce77f1f1b522c3a75 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 20 Jan 2023 00:09:57 +0530 Subject: [PATCH 13/42] align left --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 7057dfd..8fa3b60 100644 --- a/styles.css +++ b/styles.css @@ -3124,13 +3124,13 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { } #rl-app label[data-i18n="GLOBAL/TO"] , #rl-app td[data-i18n="GLOBAL/FROM"], - #rl-app td[data-i18n="GLOBAL/SUBJECT"] + #rl-app #V-PopupsCompose .b-header td[data-i18n="GLOBAL/SUBJECT"] { text-align: left; padding-left: 16px; } #rl-app .squire-toolbar { - padding-left: 0px; + padding-left: 16px; } #rl-app #area-toggle { padding-left: 16px; -- GitLab From a17362cf938476b302e00edd276dd28c1fa37ff3 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 20 Jan 2023 00:12:02 +0530 Subject: [PATCH 14/42] align left --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 8fa3b60..dd26a44 100644 --- a/styles.css +++ b/styles.css @@ -3123,7 +3123,7 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { border-top:none; } #rl-app label[data-i18n="GLOBAL/TO"] , - #rl-app td[data-i18n="GLOBAL/FROM"], + #rl-app #V-PopupsCompose .b-header td[data-i18n="GLOBAL/FROM"], #rl-app #V-PopupsCompose .b-header td[data-i18n="GLOBAL/SUBJECT"] { text-align: left; -- GitLab From a33c298c4149adc929b956feb361e59fb6fd7dad Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 20 Jan 2023 00:49:15 +0530 Subject: [PATCH 15/42] align left --- styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index dd26a44..e3ba05d 100644 --- a/styles.css +++ b/styles.css @@ -469,7 +469,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { color: var(--color-primary-element); font-weight: 700; font-size: 14px; - height: 14px; + padding: 0 15px 0 4px; } #rl-app .b-folders .b-folders-system a[data-unread].selectable::after{ background-color: transparent; @@ -3112,6 +3112,7 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { display: inline-block; height: auto; line-height: 36px; + vertical-align: middle; } #rl-app .hide-mobile[data-i18n="GLOBAL/SAVE"] { display: inline-block; -- GitLab From 451868f4ddc33c5a7ab8f32f5cc5750144e6969b Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 20 Jan 2023 01:01:09 +0530 Subject: [PATCH 16/42] align left --- styles.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index e3ba05d..cef6b32 100644 --- a/styles.css +++ b/styles.css @@ -469,14 +469,16 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { color: var(--color-primary-element); font-weight: 700; font-size: 14px; - padding: 0 15px 0 4px; + padding: 23px 15px 0 4px; + height: 56px; } #rl-app .b-folders .b-folders-system a[data-unread].selectable::after{ background-color: transparent; color: var(--color-primary-element-text-grey); font-weight: 700; font-size: 14px; - height: 14px; + padding: 23px 15px 0 4px; + height: 56px; } #rl-app .b-folders hr { border-bottom: 1px solid var(--color-border-grey); -- GitLab From 97045ebab27db1222156330395b64acc0a934128 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 20 Jan 2023 01:09:26 +0530 Subject: [PATCH 17/42] align left --- styles.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index cef6b32..adaab92 100644 --- a/styles.css +++ b/styles.css @@ -469,16 +469,22 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { color: var(--color-primary-element); font-weight: 700; font-size: 14px; - padding: 23px 15px 0 4px; + padding: 0px 15px 0 4px; height: 56px; + vertical-align: middle; + display: inline-block; + line-height: 56px; } #rl-app .b-folders .b-folders-system a[data-unread].selectable::after{ background-color: transparent; color: var(--color-primary-element-text-grey); font-weight: 700; font-size: 14px; - padding: 23px 15px 0 4px; + padding: 0px 15px 0 4px; height: 56px; + vertical-align: middle; + display: inline-block; + line-height: 56px; } #rl-app .b-folders hr { border-bottom: 1px solid var(--color-border-grey); -- GitLab From 29b554765e493b99f61964d6b44de1028b8df391 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 20 Jan 2023 19:34:53 +0530 Subject: [PATCH 18/42] box border removed --- styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index adaab92..025be0d 100644 --- a/styles.css +++ b/styles.css @@ -2035,6 +2035,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar padding-left: 10px; } #rl-app .squire-toolbar { + border-bottom: 1px solid var(--border-color,#ddd); height: 50px; box-sizing: content-box; padding-top:0px; @@ -3129,7 +3130,7 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { } #rl-app .squire-wysiwyg{ margin-top:0px; - border-top:none; + border:none; } #rl-app label[data-i18n="GLOBAL/TO"] , #rl-app #V-PopupsCompose .b-header td[data-i18n="GLOBAL/FROM"], -- GitLab From 6619f398f87b59ecc71a56f8202b0e13464cf289 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 20 Jan 2023 19:37:59 +0530 Subject: [PATCH 19/42] email alignment fix --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 025be0d..d5af4d3 100644 --- a/styles.css +++ b/styles.css @@ -2378,7 +2378,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar } #rl-app #V-PopupsCompose .emailaddresses{ - padding:0 12px; + padding:0 0 0 12px; } #rl-app .messageTags #tags-dropdown-id { background-image: url('images/tag.svg') !important; -- GitLab From 3ca92790216d5df952e29f2d66ed9ba13d602d3c Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 20 Jan 2023 19:40:35 +0530 Subject: [PATCH 20/42] email alignment fix --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index d5af4d3..ae086a9 100644 --- a/styles.css +++ b/styles.css @@ -2378,7 +2378,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar } #rl-app #V-PopupsCompose .emailaddresses{ - padding:0 0 0 12px; + padding:0 12px 0 0; } #rl-app .messageTags #tags-dropdown-id { background-image: url('images/tag.svg') !important; -- GitLab From de28dea0f6067e1d3f54be382defb078610ec6f9 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 20 Jan 2023 19:42:08 +0530 Subject: [PATCH 21/42] email alignment fix --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index ae086a9..a505f21 100644 --- a/styles.css +++ b/styles.css @@ -2378,7 +2378,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar } #rl-app #V-PopupsCompose .emailaddresses{ - padding:0 12px 0 0; + padding:0 12px 0 5px; } #rl-app .messageTags #tags-dropdown-id { background-image: url('images/tag.svg') !important; -- GitLab From 74d3722c15257f6ea2f077c7da05f3d1f8f63df5 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 20 Jan 2023 19:49:34 +0530 Subject: [PATCH 22/42] email alignment fix --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index a505f21..1d1bb92 100644 --- a/styles.css +++ b/styles.css @@ -3144,4 +3144,8 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { } #rl-app #area-toggle { padding-left: 16px; +} +#rl-app #V-PopupsCompose .emailaddresses .emailaddresses-input input +{ + padding-left: 0px; } \ No newline at end of file -- GitLab From 5cf0ab4b777e9e20879455022bf8a132e644ae4e Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 20 Jan 2023 19:53:55 +0530 Subject: [PATCH 23/42] email alignment fix --- styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles.css b/styles.css index 1d1bb92..0512a92 100644 --- a/styles.css +++ b/styles.css @@ -3148,4 +3148,7 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { #rl-app #V-PopupsCompose .emailaddresses .emailaddresses-input input { padding-left: 0px; +} +#rl-app #V-PopupsCompose .emailaddresses .emailaddresses-input{ + margin: 0 0; } \ No newline at end of file -- GitLab From dc87a57fd39f7a6e9f99f73c15a06e7ede2aa0c9 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 20 Jan 2023 21:59:07 +0530 Subject: [PATCH 24/42] color fix --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index 0512a92..1a74106 100644 --- a/styles.css +++ b/styles.css @@ -3138,6 +3138,7 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { { text-align: left; padding-left: 16px; + color:var( --color-text-dark-second); } #rl-app .squire-toolbar { padding-left: 16px; -- GitLab From 877602f5f06a5a1747465b810627d59ca6d0d339 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 20 Jan 2023 22:13:53 +0530 Subject: [PATCH 25/42] icon same size --- styles.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/styles.css b/styles.css index 1a74106..6c5d606 100644 --- a/styles.css +++ b/styles.css @@ -2147,6 +2147,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar background-repeat: no-repeat; height:18px; color:transparent; + width: 50px; } #rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(1) a.btn { background-image: url('images/createfolder.svg'); @@ -2154,6 +2155,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar background-repeat: no-repeat; height:18px; color:transparent; + width: 50px; } #rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(2) a.btn.disabled:nth-child(1) { background-image: url('images/archieve.svg'); @@ -2161,6 +2163,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar background-repeat: no-repeat; height:18px; color:transparent; + width: 50px; } #rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(2) a.btn:nth-child(1) { background-image: url('images/archieve.svg'); @@ -2168,6 +2171,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar background-repeat: no-repeat; height:18px; color:transparent; + width: 50px; } #rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(2) a.btn.fontastic.disabled:nth-child(2) { background-image: url('images/spam.svg'); @@ -2175,6 +2179,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar background-repeat: no-repeat; height:18px; color:transparent; + width: 50px; } #rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(2) a.btn.fontastic:nth-child(2) { background-image: url('images/spam.svg'); @@ -2182,6 +2187,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar background-repeat: no-repeat; height:18px; color:transparent; + width: 50px; } #rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(2) a.btn.fontastic.disabled:nth-child(4) { background-image: url('images/trash.svg'); @@ -2189,6 +2195,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar background-repeat: no-repeat; height:18px; color:transparent; + width: 50px; } #rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(2) a.btn.fontastic:nth-child(4) { background-image: url('images/trash.svg'); @@ -2196,6 +2203,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar background-repeat: no-repeat; height:18px; color:transparent; + width: 50px; } #rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(3) #more-list-dropdown-id,#rl-app #more-view-dropdown-id { background-image: url('images/more.svg') !important; @@ -2203,6 +2211,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar background-repeat: no-repeat !important; height:18px; color:transparent; + width: 50px; } #rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(4) #sort-list-dropdown-id { @@ -2212,6 +2221,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar height:18px; color:transparent; order: 1; + width: 50px; } #rl-app #rl-content .select,#rl-app #rl-content input,#rl-app #rl-content select,#rl-app #rl-popups select,#rl-app #rl-popups input{ height:34px; @@ -3152,4 +3162,10 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { } #rl-app #V-PopupsCompose .emailaddresses .emailaddresses-input{ margin: 0 0; +} + +#rl-app .btn[data-i18n="[title]MESSAGE_LIST/BUTTON_RELOAD"]{ + width: 50px; + text-align: center; + padding: 8px 0; } \ No newline at end of file -- GitLab From 0f9cf6555fcdf6acafe95bbe544cd512610f35e6 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 23 Jan 2023 11:15:05 +0530 Subject: [PATCH 26/42] loading icon align fix --- styles.css | 1 - 1 file changed, 1 deletion(-) diff --git a/styles.css b/styles.css index 6c5d606..93c6dbf 100644 --- a/styles.css +++ b/styles.css @@ -967,7 +967,6 @@ html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.icon-f background-image: url('images/loading.svg'); background-position: center center; background-repeat: no-repeat; - height:18px; padding-left: 20px; padding-right: 19px; content: ""; -- GitLab From 97c66725ce317a3e9bd956a12cfc215037bf1929 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 23 Jan 2023 12:32:28 +0530 Subject: [PATCH 27/42] loading icon align fix --- styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index 93c6dbf..ff35634 100644 --- a/styles.css +++ b/styles.css @@ -967,8 +967,8 @@ html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.icon-f background-image: url('images/loading.svg'); background-position: center center; background-repeat: no-repeat; - padding-left: 20px; - padding-right: 19px; + width: 50px; + height: 36px; content: ""; color: transparent; border: none; @@ -3166,5 +3166,5 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { #rl-app .btn[data-i18n="[title]MESSAGE_LIST/BUTTON_RELOAD"]{ width: 50px; text-align: center; - padding: 8px 0; + padding: 0; } \ No newline at end of file -- GitLab From d7f7966df1f1858ecc84b6bf0d889dd7cc8061dc Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 23 Jan 2023 12:59:19 +0530 Subject: [PATCH 28/42] paging fix --- styles.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index ff35634..2941e47 100644 --- a/styles.css +++ b/styles.css @@ -292,7 +292,7 @@ html.rl-left-panel-disabled #rl-app #rl-left{ height: 58px; display: flex; flex-direction: row; - padding: 8px; + padding: 8px 8px 8px 17px; border-top:1px solid var(--color-border-grey); border-bottom:1px solid var(--color-border-grey); } @@ -1745,7 +1745,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar border-radius: 8px; height:32px; min-height: 32px; - padding: 5px; + padding: 5px 5px 5px 15px; } @@ -3167,4 +3167,7 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { width: 50px; text-align: center; padding: 0; +} +#rl-app .e-paginator a.current{ + font-size:22px; } \ No newline at end of file -- GitLab From c3809bc59b17b485f11f33da39e9fb0948b8bf8f Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 23 Jan 2023 13:02:27 +0530 Subject: [PATCH 29/42] padding fix --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 2941e47..384eafc 100644 --- a/styles.css +++ b/styles.css @@ -1745,7 +1745,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar border-radius: 8px; height:32px; min-height: 32px; - padding: 5px 5px 5px 15px; + padding: 5px 5px 5px 10px; } -- GitLab From 0d152c9fcb8185f7dc3ee7b1b38d89ee3c5c8dfb Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 23 Jan 2023 13:32:11 +0530 Subject: [PATCH 30/42] icon fix --- images/profilesetting.svg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/images/profilesetting.svg b/images/profilesetting.svg index 9dbb1c8..e7c4939 100644 --- a/images/profilesetting.svg +++ b/images/profilesetting.svg @@ -1,5 +1,5 @@ - - - - + + + + -- GitLab From 6e7646d245c67be6567020b66f4e4dc2c73f1eaa Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 23 Jan 2023 13:46:52 +0530 Subject: [PATCH 31/42] icon align fix --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 384eafc..59c1702 100644 --- a/styles.css +++ b/styles.css @@ -1745,7 +1745,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar border-radius: 8px; height:32px; min-height: 32px; - padding: 5px 5px 5px 10px; + padding: 2px 5px 5px 10px; } -- GitLab From 99be1bca4e2cf7519b990e399d421cd78f46beed Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 23 Jan 2023 13:56:41 +0530 Subject: [PATCH 32/42] footer icon padding fix --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 59c1702..d447a9a 100644 --- a/styles.css +++ b/styles.css @@ -1163,7 +1163,7 @@ select option { } #rl-app .messageList .b-footer { - padding-bottom: 10px; + padding-bottom: 7px; } #rl-app .messageList .second-toolbar, -- GitLab From 666605176c6af3b896cce611e1dabe018d19e93a Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 23 Jan 2023 13:58:39 +0530 Subject: [PATCH 33/42] footer icon padding fix --- styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index d447a9a..2d136f6 100644 --- a/styles.css +++ b/styles.css @@ -1163,7 +1163,8 @@ select option { } #rl-app .messageList .b-footer { - padding-bottom: 7px; + padding-top: 12px; + padding-bottom: 2px; } #rl-app .messageList .second-toolbar, -- GitLab From 3efb44414917921cde69574f2fd7bc73ed380368 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 24 Jan 2023 09:55:51 +0530 Subject: [PATCH 34/42] padding set --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 2d136f6..a39ae0a 100644 --- a/styles.css +++ b/styles.css @@ -292,7 +292,7 @@ html.rl-left-panel-disabled #rl-app #rl-left{ height: 58px; display: flex; flex-direction: row; - padding: 8px 8px 8px 17px; + padding: 10px 8px 10px 17px; border-top:1px solid var(--color-border-grey); border-bottom:1px solid var(--color-border-grey); } -- GitLab From deb0800ad3c3c29d1a9ec11d2bc0a096734be663 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 24 Jan 2023 10:06:46 +0530 Subject: [PATCH 35/42] align loading --- styles.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index a39ae0a..4fe9a8c 100644 --- a/styles.css +++ b/styles.css @@ -967,11 +967,13 @@ html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.icon-f background-image: url('images/loading.svg'); background-position: center center; background-repeat: no-repeat; - width: 50px; - height: 36px; + width: 24px; + height: 24px; content: ""; color: transparent; border: none; + vertical-align: middle; + line-height: 24px; } /* #rl-app #V-MailMessageList .btn-toolbar a.btn:nth-child(1) .icon-spinner{ display: none; -- GitLab From c7114ee9b0872d4f067e7ae55e173636e86706be Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 24 Jan 2023 10:23:57 +0530 Subject: [PATCH 36/42] align new message --- styles.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 4fe9a8c..6c1b207 100644 --- a/styles.css +++ b/styles.css @@ -813,9 +813,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { flex-direction: row; justify-content: center; align-items: center; - padding: 12px 16px; width: 173px; - height: 32px; background: var(--color-primary-element-text-blue); border-radius: 6px; flex: none; @@ -832,6 +830,11 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { height:20px; image-rendering: -webkit-optimize-contrast; } + #rl-app #rl-content .btn.buttonCompose .buttonComposeText { + vertical-align: middle; + height: 36px; + line-height: 36px; + } #rl-app #rl-content .b-folders-system li .flag-icon{ display:none; } -- GitLab From 0e2c6f1a5018678c2120b34def4ebd7afdd379a6 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 24 Jan 2023 10:35:47 +0530 Subject: [PATCH 37/42] align load --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 6c1b207..b09ab66 100644 --- a/styles.css +++ b/styles.css @@ -971,12 +971,12 @@ html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.icon-f background-position: center center; background-repeat: no-repeat; width: 24px; - height: 24px; + height: 36px; content: ""; color: transparent; border: none; vertical-align: middle; - line-height: 24px; + line-height: 36px; } /* #rl-app #V-MailMessageList .btn-toolbar a.btn:nth-child(1) .icon-spinner{ display: none; -- GitLab From 1cd3fccc43fb7a340487156a15e480e5fd82b770 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 24 Jan 2023 11:36:58 +0530 Subject: [PATCH 38/42] padding right --- styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index b09ab66..f7a17ab 100644 --- a/styles.css +++ b/styles.css @@ -809,7 +809,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { } #rl-app #rl-content .btn.buttonCompose{ box-sizing: border-box; - display: flex; + display: table; flex-direction: row; justify-content: center; align-items: center; @@ -820,6 +820,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { order: 0; flex-grow: 0; font-weight:400; + padding:0 21px 0 23px; } #rl-app #rl-content .btn.buttonCompose::before { content:""; @@ -832,8 +833,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { } #rl-app #rl-content .btn.buttonCompose .buttonComposeText { vertical-align: middle; - height: 36px; - line-height: 36px; + display:table-cell; } #rl-app #rl-content .b-folders-system li .flag-icon{ display:none; -- GitLab From 95bf90634734167b75d17e63519bca86a0c137ce Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 24 Jan 2023 11:46:18 +0530 Subject: [PATCH 39/42] button width set --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index f7a17ab..73a8edf 100644 --- a/styles.css +++ b/styles.css @@ -813,7 +813,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { flex-direction: row; justify-content: center; align-items: center; - width: 173px; + width: 165px; background: var(--color-primary-element-text-blue); border-radius: 6px; flex: none; -- GitLab From 44b5530464b23265bf29d8e6289f8b93693d4334 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 24 Jan 2023 12:05:02 +0530 Subject: [PATCH 40/42] change removed --- styles.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/styles.css b/styles.css index 73a8edf..a99f283 100644 --- a/styles.css +++ b/styles.css @@ -809,18 +809,17 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { } #rl-app #rl-content .btn.buttonCompose{ box-sizing: border-box; - display: table; + display: flex; flex-direction: row; justify-content: center; align-items: center; - width: 165px; + width: 173px; background: var(--color-primary-element-text-blue); border-radius: 6px; flex: none; order: 0; flex-grow: 0; font-weight:400; - padding:0 21px 0 23px; } #rl-app #rl-content .btn.buttonCompose::before { content:""; @@ -833,7 +832,8 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { } #rl-app #rl-content .btn.buttonCompose .buttonComposeText { vertical-align: middle; - display:table-cell; + height: 36px; + line-height: 36px; } #rl-app #rl-content .b-folders-system li .flag-icon{ display:none; @@ -976,7 +976,6 @@ html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.icon-f color: transparent; border: none; vertical-align: middle; - line-height: 36px; } /* #rl-app #V-MailMessageList .btn-toolbar a.btn:nth-child(1) .icon-spinner{ display: none; -- GitLab From 589fa8401e958020a264b453834ef058006f3a94 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 24 Jan 2023 12:13:34 +0530 Subject: [PATCH 41/42] message padding --- styles.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index a99f283..a6e8183 100644 --- a/styles.css +++ b/styles.css @@ -831,9 +831,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { image-rendering: -webkit-optimize-contrast; } #rl-app #rl-content .btn.buttonCompose .buttonComposeText { - vertical-align: middle; - height: 36px; - line-height: 36px; + padding-bottom: 2px; } #rl-app #rl-content .b-folders-system li .flag-icon{ display:none; @@ -2261,6 +2259,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar background-repeat: no-repeat; height: 18px; color:transparent; + padding: 4px 14px 4px 0px; } #rl-app #rl-right .dropdown-menu.show li a { text-align:left; -- GitLab From 6704b89db5a6bd494b5e4fd96692c9027bb925a6 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 24 Jan 2023 18:45:33 +0530 Subject: [PATCH 42/42] new message button fix --- styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index a6e8183..6d4f005 100644 --- a/styles.css +++ b/styles.css @@ -813,7 +813,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { flex-direction: row; justify-content: center; align-items: center; - width: 173px; + width: 150px; background: var(--color-primary-element-text-blue); border-radius: 6px; flex: none; @@ -2260,6 +2260,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar height: 18px; color:transparent; padding: 4px 14px 4px 0px; + margin-left:20px; } #rl-app #rl-right .dropdown-menu.show li a { text-align:left; -- GitLab