Move donation and subscription out from the user menu to the navbar, Changed donations.html background and style, Added donation status to donations.html. Added button cancel donation to donation.html ,Added button reactivate donation to donation.html,Fixed some bugs on donation view. Changed donations.html table style. Added pagination to donations list view. Hiding donate now button if the user is logged in and already has a donation. Handled the case when an user has not donations yet in donations.html view. Fixed bug on donation signup
This commit is contained in:
parent
57d27e8bc6
commit
8439057f1d
8 changed files with 179 additions and 88 deletions
21
nosystemd/static/nosystemd/css/nosystemd.css
Normal file
21
nosystemd/static/nosystemd/css/nosystemd.css
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
.donations-container {
|
||||
|
||||
top:30% !important;
|
||||
}
|
||||
|
||||
|
||||
.donations-container .table-hover>tbody>tr:hover {
|
||||
color:black;
|
||||
}
|
||||
|
||||
.donations-container .table>thead>tr>th {
|
||||
text-alig:center;
|
||||
}
|
||||
|
||||
.donation-detail-container {
|
||||
text-align:left !important;
|
||||
}
|
||||
|
||||
.white-font {
|
||||
color:white;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue