From 8270eaed11d87fb5174f6a7274093b7c2b645cc5 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Wed, 28 Jul 2021 15:03:18 +1000 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BA=D0=B0=D0=BB=D0=B5=D0=BD=D0=B4?= =?UTF-8?q?=D0=B0=D1=80=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mirzaev/skillparts/system/views/offer/index.php | 2 +- mirzaev/skillparts/system/views/orders/index.php | 9 ++++----- .../skillparts/system/web/css/pages/orders.css | 15 +++++++++------ 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/mirzaev/skillparts/system/views/offer/index.php b/mirzaev/skillparts/system/views/offer/index.php index b4f9b05..273f536 100644 --- a/mirzaev/skillparts/system/views/offer/index.php +++ b/mirzaev/skillparts/system/views/offer/index.php @@ -2,7 +2,7 @@
-
+

Оферта покупателям

diff --git a/mirzaev/skillparts/system/views/orders/index.php b/mirzaev/skillparts/system/views/orders/index.php index 9e82e52..caaa023 100644 --- a/mirzaev/skillparts/system/views/orders/index.php +++ b/mirzaev/skillparts/system/views/orders/index.php @@ -182,19 +182,18 @@ if (
- День + День Неделя Месяц Год
-
+
-

-

- -
+

-

+
diff --git a/mirzaev/skillparts/system/web/css/pages/orders.css b/mirzaev/skillparts/system/web/css/pages/orders.css index af8ba85..6c86fe4 100644 --- a/mirzaev/skillparts/system/web/css/pages/orders.css +++ b/mirzaev/skillparts/system/web/css/pages/orders.css @@ -42,9 +42,11 @@ } #page_orders article input[type="date"] { - margin-right: -10%; - width: 75%; - text-align: right; + margin-right: -25%; + padding-right: 12px; + height: 100%; + vertical-align: middle; + text-align: center; font-size: 1rem; outline: none; border: none; @@ -52,11 +54,12 @@ #page_orders article input[type="date"]+i { z-index: 1; + position: relative; pointer-events: none; background: #fff; - -webkit-box-shadow: 0px 0px 0px 10px rgb(255 255 255); - -moz-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 1); - box-shadow: 0px 0px 0px 7px rgb(255 255 255); + -webkit-box-shadow: 0px 0px 0px 5px rgb(255 255 255); + -moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 1); + box-shadow: 0px 0px 0px 5px rgb(255 255 255); } #page_orders article input[type=date]::-webkit-calendar-picker-indicator {