diff --git a/assets/css/custom.css b/assets/css/custom.css index 1334fb9..110658f 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -152,3 +152,18 @@ body.auth-body { [dir="ltr"] .modal-header .btn-close { right: 1rem; } + +/* Fix form-select arrow position in RTL mode */ +[dir="rtl"] .form-select { + background-position: left 0.75rem center; + padding-right: 0.75rem; + padding-left: 2.25rem; +} +[dir="rtl"] .form-select-sm { + padding-right: 0.5rem; + padding-left: 2rem; +} +[dir="rtl"] .form-select-lg { + padding-right: 1rem; + padding-left: 3rem; +} \ No newline at end of file diff --git a/sale.php b/sale.php index 42cd795..2d4b1c1 100644 --- a/sale.php +++ b/sale.php @@ -25,177 +25,281 @@ require __DIR__ . '/includes/header.php'; ?> @@ -203,52 +307,54 @@ require __DIR__ . '/includes/header.php';
= h(tr('قد تكون الفاتورة خارج صلاحية هذا الحساب أو لم تعد موجودة.', 'The sale may be outside this account scope or no longer exists.')) ?>
- = h(tr('العودة إلى المبيعات', 'Back to sales')) ?> += h(tr('قد تكون الفاتورة خارج صلاحية هذا الحساب أو لم تعد موجودة.', 'The sale may be outside this account scope or no longer exists.')) ?>
+ = h(tr('العودة إلى المبيعات', 'Back to sales')) ?>