+
Оферта покупателям
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 {
-
+