From 9f61d593f2ea80075b14412d1adfacfe46ab63c7 Mon Sep 17 00:00:00 2001 From: Tomas Dvorak Date: Fri, 30 May 2025 10:18:06 +0200 Subject: [PATCH] test --- admin-dashboard.html | 314 ++++++++++++++++++++++++------------------- 1 file changed, 172 insertions(+), 142 deletions(-) diff --git a/admin-dashboard.html b/admin-dashboard.html index 1579404..730a9d3 100644 --- a/admin-dashboard.html +++ b/admin-dashboard.html @@ -515,9 +515,43 @@ font-size: 1rem; } - .image-actions { + .position-switcher { display: flex; gap: 10px; + margin: 15px 0; + background: #f8f9fa; + padding: 10px; + border-radius: 8px; + box-shadow: 0 2px 4px rgba(0,0,0,0.1); + } + + .position-btn { + flex: 1; + padding: 8px 12px; + border: 2px solid #ddd; + background: white; + border-radius: 6px; + cursor: pointer; + transition: all 0.2s ease; + display: flex; + align-items: center; + justify-content: center; + font-size: 14px; + } + + .position-btn i { + margin-right: 6px; + } + + .position-btn:hover { + border-color: #4a6cf7; + color: #4a6cf7; + } + + .position-btn.active { + background: #4a6cf7; + color: white; + border-color: #4a6cf7; } .image-preview { @@ -735,8 +769,8 @@ -