From a17e4e1e7dc87711323807685c27f59042455480 Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Mon, 7 Aug 2023 09:23:39 +0000 Subject: [PATCH 1/3] add clientmail lowercase --- app/views/checkout.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/checkout.phtml b/app/views/checkout.phtml index 17bd0ea..c929a12 100644 --- a/app/views/checkout.phtml +++ b/app/views/checkout.phtml @@ -86,7 +86,7 @@

*Куда придет информация о заказе

-

">

+

">

1):?> From 0ea6a878770e44c06b033e402e5322fc9bf09cf8 Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Mon, 7 Aug 2023 09:25:03 +0000 Subject: [PATCH 2/3] add style in clientmail --- app/pub/css/an.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/pub/css/an.css b/app/pub/css/an.css index 70c9feb..b61bc9e 100644 --- a/app/pub/css/an.css +++ b/app/pub/css/an.css @@ -363,6 +363,10 @@ h1 { position:relative; } +#clientmail{ + text-transform: lowercase; +} + #container_form { width: 100%; From 7d5da29e742d1ce20f32898a9579aebddb0c8513 Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Mon, 7 Aug 2023 09:26:01 +0000 Subject: [PATCH 3/3] Update css version in layout.phtml --- app/views/layout.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layout.phtml b/app/views/layout.phtml index 33ff006..e1160fd 100644 --- a/app/views/layout.phtml +++ b/app/views/layout.phtml @@ -5,7 +5,7 @@ - +