Skip to content

Commit 6609dfc

Browse files
Fix RTL layout spacing and remove inline styles
Co-authored-by: digitalstore2025 <211062017+digitalstore2025@users.noreply.github.com>
1 parent 2cc9a92 commit 6609dfc

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

dashboard-prototype.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
}
190190

191191
.radio-option input {
192-
margin-left: 8px;
192+
margin-right: 8px;
193193
cursor: pointer;
194194
}
195195

@@ -199,7 +199,7 @@
199199
border-radius: 4px;
200200
font-size: 11px;
201201
font-weight: 600;
202-
margin-right: 6px;
202+
margin-left: 6px;
203203
}
204204

205205
.badge.reliable {
@@ -242,7 +242,7 @@
242242
}
243243

244244
.news-item input[type="checkbox"] {
245-
margin-left: 12px;
245+
margin-right: 12px;
246246
cursor: pointer;
247247
}
248248

@@ -450,6 +450,10 @@
450450
@keyframes spin {
451451
to { transform: rotate(360deg); }
452452
}
453+
454+
.review-actions {
455+
margin-top: 12px;
456+
}
453457
</style>
454458
</head>
455459
<body>
@@ -644,7 +648,7 @@ <h2 class="panel-title">المراجعة التحريرية</h2>
644648
</div>
645649
<label class="control-label">ملاحظات المراجع</label>
646650
<textarea class="review-notes" placeholder="أضف ملاحظاتك التحريرية هنا..."></textarea>
647-
<div style="margin-top: 12px;">
651+
<div class="review-actions">
648652
<button class="btn btn-primary">✓ وضع علامة 'مراجَع'</button>
649653
</div>
650654
</section>

0 commit comments

Comments
 (0)