File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,14 @@ a:focus {
74
74
.btns
75
75
{
76
76
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 ;
78
85
margin : 10px 0 10px 0 ;
79
86
}
80
87
Original file line number Diff line number Diff line change 293
293
</div>
294
294
</div>
295
295
<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>
298
298
</div>
299
299
<div class="modal fade bd-example-modal-lg mdl<?php echo $ carcount ; ?> " tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
300
300
<div class="modal-dialog modal-lg">
You can’t perform that action at this time.
0 commit comments