Skip to content

Commit

Permalink
change padding, mobile breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
dparrington authored and dparrington committed Mar 30, 2017
1 parent ce23620 commit 5a94b65
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions app/styles/legacy/_schedule.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}

.print-schedule a {
margin: -78px 5px 0 0 !important;
margin: -96px 5px 0 0 !important;
color: $gray;
font-size: 12px;

Expand Down Expand Up @@ -164,6 +164,10 @@ ul.schedule-table {
.played-list .playlist-item:last-child {
border-bottom: none;
}

.played-list .playlist-item ul.playlist-actions {
padding-left: 0;
}
}

.program {
Expand Down Expand Up @@ -245,8 +249,11 @@ ul.schedule-table {
width: auto !important;
float: none !important;
}

.schedule-table li.details .playlist-item div.playlist-info {
width: 400px !important;
width: 300px !important;
float: left !important;
margin-left: 50px !important;
}

ul.schedule-dates {
Expand Down Expand Up @@ -275,11 +282,3 @@ ul.schedule-table {
}

}

@include mq($middle-narrow-only) {
.schedule-table li.details .playlist-item div.playlist-info {
width: 300px !important;
float: left !important;
margin-left: 50px !important;
}
}

0 comments on commit 5a94b65

Please sign in to comment.