Skip to content

Commit bc6264f

Browse files
committed
Fix large edit/delete buttons and lining them with posts
1 parent 699a987 commit bc6264f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

assets/css/control.css

+8-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,14 @@ a:focus {
7474
.btns
7575
{
7676
left:10px;
77-
width: 90px;
77+
width: 95px;
78+
margin: 10px 0 10px 0;
79+
}
80+
81+
.btnp
82+
{
83+
left:25px;
84+
width: 95px;
7885
margin: 10px 0 10px 0;
7986
}
8087

control_center.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@
293293
</div>
294294
</div>
295295
<div class="btn-group" role="group" aria-label="Basic example">
296-
<button type="button" class="btn btn-outline-success btns" data-toggle="modal" data-target=".mdl<?php echo $carcount; ?>"><i class="fas fa-edit"></i> تعديل</button>
297-
<a class="btn btn-outline-danger btns" href='assets/reqphp/activity_delete.php?activity=<?php echo $activity['activity_id']; ?>' role="button"><i class="fas fa-trash"></i> حذف</a>
296+
<button type="button" class="btn btn-outline-success btnp" data-toggle="modal" data-target=".mdl<?php echo $carcount; ?>"><i class="fas fa-edit"></i> تعديل</button>
297+
<a class="btn btn-outline-danger btnp" href='assets/reqphp/activity_delete.php?activity=<?php echo $activity['activity_id']; ?>' role="button"><i class="fas fa-trash"></i> حذف</a>
298298
</div>
299299
<div class="modal fade bd-example-modal-lg mdl<?php echo $carcount; ?>" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
300300
<div class="modal-dialog modal-lg">

0 commit comments

Comments
 (0)