Show the individual User schedule
Show the current user favourites events for both schedule and all events. Unsed css removed.
This commit is contained in:
parent
9154f1883d
commit
f54df5922e
8 changed files with 32 additions and 31 deletions
|
|
@ -134,9 +134,6 @@ function starClicked(e){
|
|||
}
|
||||
|
||||
var params = { favourite_user_id: $(e.target).data('user') };
|
||||
if($(e.target).hasClass('fa-star-o')){
|
||||
params['add'] = true;
|
||||
}
|
||||
|
||||
$.ajax({
|
||||
url: $(e.target).data('url'),
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@ a.unstyled-link {
|
|||
.program-dropdown, .schedule-dropdown{
|
||||
margin-left: 20%;
|
||||
margin-right: 20%;
|
||||
margin-top: 40px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
|
|
@ -234,20 +234,6 @@ td.no-padding{
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.program-dropdown{
|
||||
margin-left: 20%;
|
||||
margin-right: 20%;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.program-dropdown > button{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.program-dropdown > .dropdown-menu{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.no-events-day{
|
||||
color: #D8D8D8 !important;
|
||||
}
|
||||
|
|
@ -263,10 +249,6 @@ td.no-padding{
|
|||
font-size: 7px;
|
||||
}
|
||||
|
||||
#star{
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
#star-events{
|
||||
margin-right: 5px;
|
||||
vertical-align: text-top;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue