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:
Ana 2016-08-13 02:26:02 +02:00 committed by Henne Vogelsang
parent c6906675f9
commit 059b5cbf84
8 changed files with 40 additions and 23 deletions

View file

@ -114,7 +114,7 @@ a.unstyled-link {
.program-dropdown, .schedule-dropdown{
margin-left: 20%;
margin-right: 20%;
margin-top: 40px;
margin-top: 10px;
margin-bottom: 20px;
}
@ -221,20 +221,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;
}