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 @@ -