updated translations

This commit is contained in:
Luke Pulverenti
2015-05-16 23:17:23 -04:00
parent 89e0515a15
commit 0a670a4635
15 changed files with 57 additions and 41 deletions
+1 -4
View File
@@ -307,14 +307,11 @@
}
}
@media all and (min-width: 400px) {
@media all and (min-width: 500px) {
.smallBackdropCard {
width: 33.3%;
}
}
@media all and (min-width: 500px) {
.squareCard {
width: 33.3%;
+19 -1
View File
@@ -1,8 +1,26 @@
.tvGuideHeader.headroom--unpinned {
.tvGuideHeader {
white-space: nowrap;
position: fixed;
top: 98px;
left: 0;
z-index: 100;
max-width: 100%;
}
.bottomSecondaryNav .tvGuideHeader {
top: 48px;
}
.tvGuideHeader.headroom--unpinned {
-webkit-transform: translateY(-98px);
transform: translateY(-98px);
}
.bottomSecondaryNav .tvGuideHeader.headroom--unpinned {
-webkit-transform: translateY(-48px);
transform: translateY(-48px);
}
.tvProgramSectionHeader {
margin: 0;
}