1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

stub out channel mapping

This commit is contained in:
Luke Pulverenti 2016-06-08 01:24:25 -04:00
parent 36a0eb43e4
commit a2dbad16f4
21 changed files with 160 additions and 105 deletions

View file

@ -289,7 +289,7 @@ a[data-role='button'], .type-interior button:not([data-role='none']):not(.clearB
}
.mainDrawerPanel:not([narrow]) .content-primary {
padding-top: 110px;
padding-top: 90px;
padding-bottom: 3em;
}
@ -305,12 +305,12 @@ a[data-role='button'], .type-interior button:not([data-role='none']):not(.clearB
.mainDrawerPanel:not([narrow]) .content-primary {
padding-right: 1.5em;
padding-left: 3em;
padding-left: 2em;
}
}
.mainDrawerPanel:not([narrow]) .withTabs .content-primary {
padding-top: 135px !important;
padding-top: 125px !important;
}
.mainDrawerPanel:not([narrow]) .content-primary ul:first-child {

View file

@ -1028,18 +1028,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
right: 20px;
}
.alphabetPicker a {
display: block;
text-decoration: none;
padding: 1px 2px 1px 5px;
font-weight: 500;
}
.alphabetPicker a:not(.selectedCharacter) {
color: #bbb !important;
}
.selectedCharacter {
color: #52B54B !important;
}
@ -1091,7 +1079,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
@media all and (max-height: 480px) {
.alphabetPicker {
display: none;
display: none !important;
}
}
@ -1123,8 +1111,8 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
@media all and (max-height: 650px) {
.vertical.alphabetPicker .alphaPickerButton {
padding-top: 2px!important;
padding-bottom: 2px!important;
padding-top: 2px !important;
padding-bottom: 2px !important;
}
}

View file

@ -643,22 +643,26 @@ progress {
height: 16px;
}
.supporterPromotion {
margin: 1em 0;
.supporterPromotionContainer {
margin: 0 0 2em;
}
@media all and (min-width: 800px) {
.supporterPromotion:not(.inlineSupporterPromotion) {
position: absolute;
top: 110px;
right: 20px;
margin: 0;
.supporterPromotionContainer {
display: flex;
flex-direction: row-reverse;
}
.inlineSupporterPromotion {
display: inline-block;
.supporterPromotion {
text-align: center;
padding: 0 2em;
}
.supporterPromotion button {
padding-left: 2em;
padding-right: 2em;
}
}
.nativeApp *:not(input):not(select):not(textarea) {