|
@@ -383,6 +383,12 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
border-radius: 16px;
|
|
|
font-size: 13px;
|
|
|
}
|
|
|
+.span{
|
|
|
+ color: black !important;
|
|
|
+}
|
|
|
+.table{
|
|
|
+ color: black !important;
|
|
|
+}
|
|
|
</style>
|
|
|
<body>
|
|
|
<header id="" class="site-header">
|
|
@@ -783,7 +789,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
<div class="col-md-12">
|
|
|
<div class="row align-items-center">
|
|
|
<div class="col-md-12 mb-3" style="padding:0px;">
|
|
|
- <div class="card rounded border-0 p-3" style="background-color:white;">
|
|
|
+ <div class="card rounded border-0 p-2" style="background-color:white;">
|
|
|
<div class="row">
|
|
|
<div class="col-12">
|
|
|
<div class="tab-content" id="pills-tabContent">
|
|
@@ -941,7 +947,52 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
<div class="card border-0 tab-pane fade" id="list" role="tabpanel" aria-labelledby="wishlist">
|
|
|
<div class="row align-items-center">
|
|
|
<div class="col-md-12">
|
|
|
- <h6>Wisthlist</h6>
|
|
|
+ <div class="table-responsive">
|
|
|
+ <table class="table table-bordered list_table" style="margin: 0px;">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Sl</th>
|
|
|
+ <th>Name</th>
|
|
|
+ <th>University Name</th>
|
|
|
+ <th class="text-center">Invited</th>
|
|
|
+ <th class="text-center">Registered</th>
|
|
|
+ <th class="text-center">Invite</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td style="font-size: 11px;">1</td>
|
|
|
+ <td style="font-size: 11px;"><span style="font-weight: bold !important;">name</span>
|
|
|
+ </td>
|
|
|
+ <td style="font-size: 11px;">
|
|
|
+ <div class="scrolled_content_part">
|
|
|
+ <div class="single_ad_pref_item">
|
|
|
+ <div class="left" style="width:50%;">
|
|
|
+ <div class="uni_details" style="display:flex;">
|
|
|
+ <div class="inner_left mt-1" style="border: 1px solid black; border-radius: 20px; padding: 9px 4px 5px 8px; height: 37px; width: 37px;">
|
|
|
+ <i class="fa fa fa-university ms-1"></i>
|
|
|
+ </div>
|
|
|
+ <div class="inner_right ms-2">
|
|
|
+ <strong style="font-size:13px;">university_name</strong></br>
|
|
|
+ <strong style="font-size:10px !important; font-weight:100 !important;">uni_website</strong>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td class="text-center" style="font-size: 11px;">invitation date</td>
|
|
|
+ <td class="text-center" style="font-size: 11px;">signedup date</td>
|
|
|
+ <td class="text-center" style="font-size: 11px;">mail sd icn</td>
|
|
|
+ </tr>
|
|
|
+ <!-- <tr>
|
|
|
+ <td colspan="5" class="text-center">
|
|
|
+ <span class="text-danger">No data found!</span>
|
|
|
+ </td>
|
|
|
+ </tr> -->
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
</div><!--end col-->
|
|
|
</div><!--end row-->
|
|
|
</div>
|