From 24e24f8d7ff093a7b413e895b21a1e55c777df29 Mon Sep 17 00:00:00 2001 From: kalugin66 Date: Mon, 2 Feb 2026 19:49:32 +0500 Subject: [PATCH] data --- public/index.html | 23 +++++++++-------------- public/style.css | 20 ++++++++++++++++++++ 2 files changed, 29 insertions(+), 14 deletions(-) diff --git a/public/index.html b/public/index.html index 8492de8..47ef7ca 100644 --- a/public/index.html +++ b/public/index.html @@ -118,20 +118,15 @@ -
- - - -
- - -
- -
+
+ +
+ + + +
+ +
diff --git a/public/style.css b/public/style.css index 3b7aacc..83601d0 100644 --- a/public/style.css +++ b/public/style.css @@ -2362,6 +2362,26 @@ small { margin-top: 10px; } +.date-btn { + flex: 1; + padding: 10px 15px; + background: #f8f9fa; + border: 2px solid #e9ecef; + border-radius: 8px; + color: #495057; + font-size: 14px; + cursor: pointer; + transition: all 0.3s ease; + display: flex; + align-items: center; + justify-content: center; + gap: 8px; +} +.date-btn:hover { + background: #f2f4f7; + border-color: #3d94eb; + transform: translateY(-2px); +} .time-btn { flex: 1; padding: 10px 15px;