add base tuner host

This commit is contained in:
Luke Pulverenti 2015-08-19 13:58:41 -04:00
parent 8db3ce6e73
commit a0bacf629e
2 changed files with 2 additions and 5 deletions

View file

@ -701,10 +701,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
} }
.detailSectionHeaderButton { .detailSectionHeaderButton {
position: absolute; margin-left: 1em;
right: 0;
margin-top: 0;
margin-bottom: 0;
} }
.lblDetailTab { .lblDetailTab {

View file

@ -169,7 +169,7 @@
white-space: nowrap; white-space: nowrap;
position: relative; position: relative;
margin: 0 auto; margin: 0 auto;
margin-top: 50px; margin-top: 44px;
} }
.mobileGuide .programContainer { .mobileGuide .programContainer {