From ce0e5a883e33a3cd90c53ff378981e0d7ab5a906 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 6 Jul 2022 10:56:26 +0530 Subject: [PATCH 01/13] padding issue and icon missing in success message in calendar invitation --- core/css/guest.css | 2 ++ core/img/actions/checkmark-white.svg | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 core/img/actions/checkmark-white.svg diff --git a/core/css/guest.css b/core/css/guest.css index a0acb2fc..13a31681 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -974,6 +974,7 @@ p.info { .icon-checkmark-white { background-image: url('../img/actions/checkmark-white.svg?v=1'); + background-size: contain; } @@ -1270,6 +1271,7 @@ a.legal { margin-left: 0; margin-right: 0; border: 1px solid; + padding: 10px 5px; } /* #body-login #user:hover, diff --git a/core/img/actions/checkmark-white.svg b/core/img/actions/checkmark-white.svg new file mode 100644 index 00000000..43c61931 --- /dev/null +++ b/core/img/actions/checkmark-white.svg @@ -0,0 +1,3 @@ + + + -- GitLab From e2e5e7e96e2599f4e5087e3e955b09f5fd4dad06 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Thu, 7 Jul 2022 11:45:47 +0530 Subject: [PATCH 02/13] success msg --- core/css/guest.css | 4 +++- .../actions/{checkmark-white.svg => checkmark-success.svg} | 0 2 files changed, 3 insertions(+), 1 deletion(-) rename core/img/actions/{checkmark-white.svg => checkmark-success.svg} (100%) diff --git a/core/css/guest.css b/core/css/guest.css index 13a31681..338bb1eb 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -974,9 +974,11 @@ p.info { .icon-checkmark-white { background-image: url('../img/actions/checkmark-white.svg?v=1'); - background-size: contain; } +.warning-messsage .icon-checkmark-white { + background-image: url('../img/actions/checkmark-success.svg?v=1'); +} /* Loading */ .float-spinner { diff --git a/core/img/actions/checkmark-white.svg b/core/img/actions/checkmark-success.svg similarity index 100% rename from core/img/actions/checkmark-white.svg rename to core/img/actions/checkmark-success.svg -- GitLab From 3eeb415be61f4b4fdd22fbc77dcddb1bf996bfa1 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Thu, 7 Jul 2022 11:50:55 +0530 Subject: [PATCH 03/13] checkmark success --- core/img/actions/checkmark-success.svg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/img/actions/checkmark-success.svg b/core/img/actions/checkmark-success.svg index 43c61931..48989bc4 100644 --- a/core/img/actions/checkmark-success.svg +++ b/core/img/actions/checkmark-success.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file -- GitLab From b91b3fcf83e8ed580c4352991781f36c8ded9ba0 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Thu, 7 Jul 2022 11:55:37 +0530 Subject: [PATCH 04/13] checkmark success #2 --- core/css/guest.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/guest.css b/core/css/guest.css index 338bb1eb..967169dd 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -976,7 +976,7 @@ p.info { background-image: url('../img/actions/checkmark-white.svg?v=1'); } -.warning-messsage .icon-checkmark-white { +#body-login .warning-messsage .icon-checkmark-white { background-image: url('../img/actions/checkmark-success.svg?v=1'); } -- GitLab From e4b6799de1aa2044702c3e662c38d4e0c1432ed6 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Tue, 12 Jul 2022 15:23:51 +0530 Subject: [PATCH 05/13] fit content --- core/css/guest.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/css/guest.css b/core/css/guest.css index 967169dd..e978bde7 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -1269,9 +1269,8 @@ a.legal { color: #029f3c; background-color: white; justify-content: center !important; - width: 92%; - margin-left: 0; - margin-right: 0; + width: fit-content; + margin: 0 auto; border: 1px solid; padding: 10px 5px; } -- GitLab From babc221d06471247a9d6f67a4ffb1e5332f7ff9d Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Tue, 12 Jul 2022 15:30:06 +0530 Subject: [PATCH 06/13] removed padding --- core/css/guest.css | 1 - 1 file changed, 1 deletion(-) diff --git a/core/css/guest.css b/core/css/guest.css index e978bde7..9452f5a6 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -1272,7 +1272,6 @@ a.legal { width: fit-content; margin: 0 auto; border: 1px solid; - padding: 10px 5px; } /* #body-login #user:hover, -- GitLab From 3f759a44c88709761709ef492c16c0d58707713b Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Tue, 12 Jul 2022 17:23:04 +0530 Subject: [PATCH 07/13] added media query --- core/css/guest.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/core/css/guest.css b/core/css/guest.css index 9452f5a6..c4ac59bd 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -1269,8 +1269,9 @@ a.legal { color: #029f3c; background-color: white; justify-content: center !important; - width: fit-content; - margin: 0 auto; + width: 92%; + margin-left: 0; + margin-right: 0; border: 1px solid; } @@ -1549,6 +1550,11 @@ a.legal { .warning-messsage main{ max-width: 90%; } + #body-login .update, #body-login .success { + width: fit-content; + padding-left: 5px; + padding-right: 5px; + } } @media only screen and (max-width: 375px) { .banner-right-align{ -- GitLab From 4ffaa78bc1a89f4ffba9d2f62e65153bf560a619 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 13 Jul 2022 13:16:34 +0530 Subject: [PATCH 08/13] removed padding --- core/css/guest.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/css/guest.css b/core/css/guest.css index c4ac59bd..124a2b12 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -1552,8 +1552,6 @@ a.legal { } #body-login .update, #body-login .success { width: fit-content; - padding-left: 5px; - padding-right: 5px; } } @media only screen and (max-width: 375px) { -- GitLab From 08633c38d74a8c9081a423a9d3c2fbe04a93c416 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 13 Jul 2022 13:59:36 +0530 Subject: [PATCH 09/13] removed padding #2 --- core/css/guest.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/core/css/guest.css b/core/css/guest.css index 124a2b12..d458740d 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -1550,9 +1550,6 @@ a.legal { .warning-messsage main{ max-width: 90%; } - #body-login .update, #body-login .success { - width: fit-content; - } } @media only screen and (max-width: 375px) { .banner-right-align{ @@ -1591,3 +1588,8 @@ a.legal { .v-align > footer p.info { height: 40%; } +@media only screen and (max-width: 540px) { + #body-login .update, #body-login .success { + width: fit-content; + } +} \ No newline at end of file -- GitLab From f06010da72f5693e9dab57268decc97e9dab24c0 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 13 Jul 2022 14:01:25 +0530 Subject: [PATCH 10/13] removed padding #3 --- core/css/guest.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/guest.css b/core/css/guest.css index d458740d..c1a59c83 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -1588,7 +1588,7 @@ a.legal { .v-align > footer p.info { height: 40%; } -@media only screen and (max-width: 540px) { +@media only screen and (max-width: 500px) { #body-login .update, #body-login .success { width: fit-content; } -- GitLab From 6ea0944ddf01d1442178bad1ce4fe1ee6a0f31cc Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 13 Jul 2022 15:24:22 +0530 Subject: [PATCH 11/13] removed padding #4 --- core/css/guest.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/css/guest.css b/core/css/guest.css index c1a59c83..e159ff6c 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -1588,8 +1588,9 @@ a.legal { .v-align > footer p.info { height: 40%; } -@media only screen and (max-width: 500px) { +@media only screen and (max-width: 550px) { #body-login .update, #body-login .success { width: fit-content; + margin: 0 auto; } -} \ No newline at end of file +} -- GitLab From d5dcc6cbf8546a0979ea9da435ea53e749692344 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 13 Jul 2022 15:30:06 +0530 Subject: [PATCH 12/13] removed padding #5 --- core/css/guest.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/css/guest.css b/core/css/guest.css index e159ff6c..774416cc 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -1591,6 +1591,7 @@ a.legal { @media only screen and (max-width: 550px) { #body-login .update, #body-login .success { width: fit-content; - margin: 0 auto; + margin-left: auto; + margin-right: auto; } } -- GitLab From 3a35b3f2d51dfe8467ad5f5264a162e02b7bacdf Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 13 Jul 2022 15:44:07 +0530 Subject: [PATCH 13/13] removed padding #6 --- core/css/guest.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/core/css/guest.css b/core/css/guest.css index 774416cc..56335fdc 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -1550,6 +1550,11 @@ a.legal { .warning-messsage main{ max-width: 90%; } + #body-login .update, #body-login .success { + width: fit-content; + margin-left: auto; + margin-right: auto; + } } @media only screen and (max-width: 375px) { .banner-right-align{ @@ -1588,10 +1593,3 @@ a.legal { .v-align > footer p.info { height: 40%; } -@media only screen and (max-width: 550px) { - #body-login .update, #body-login .success { - width: fit-content; - margin-left: auto; - margin-right: auto; - } -} -- GitLab