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

update sliders

This commit is contained in:
Luke Pulverenti 2015-06-27 19:18:09 -04:00
parent 8dc50cdc71
commit 462e692de5
13 changed files with 156 additions and 30 deletions

View file

@ -1383,11 +1383,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
text-decoration: none;
}
.itemsContainer:not(.fullWidthItemsContainer) .itemsListview {
max-width: 800px;
}
.itemsListview {
margin: 0 auto !important;
}

View file

@ -151,6 +151,11 @@
margin-top: -1.5em;
padding: 0 60px;
}
.nowPlayingPage .btnCommand, .nowPlayingPage .btnPlayStateCommand {
width: 60px;
height: 60px;
}
}
@media (orientation: portrait) and (max-height: 600px) {
@ -158,6 +163,11 @@
margin-top: -1.5em;
padding: 0 60px;
}
.nowPlayingPage .btnCommand, .nowPlayingPage .btnPlayStateCommand {
width: 60px;
height: 60px;
}
}
.nowPlayingSelectedPlayer {
@ -172,4 +182,4 @@
.nowPlayingSelectedPlayer {
display: none;
}
}
}

View file

@ -5,6 +5,10 @@
/*box-shadow: 0 0 8px rgba(255,255,255,.4);*/
}
.hiddenNowPlayingBar .nowPlayingBar {
display: none!important;
}
.mediaButton, .nowPlayingBarUserDataButtons .btnUserItemRating {
vertical-align: middle;
color: #e8e8e8;
@ -83,12 +87,13 @@
@media (min-width: 800px) {
.nowPlayingBarText {
max-width: 300px;
margin-right: 30px;
}
}
@media (min-width: 800px) {
@media (min-width: 900px) {
.nowPlayingBarText {
margin-right: 30px;
max-width: 400px;
}
}
@ -106,8 +111,12 @@
z-index: 1;
}
.noMediaProgress .nowPlayingBarPositionContainer {
display: none;
}
.nowPlayingBarPositionSlider paper-progress {
height: 4px !important;
height: 3px !important;
}
.nowPlayingBarPositionSlider #sliderBar {
@ -120,7 +129,7 @@
}
.nowPlayingBarPositionSlider #sliderKnob {
top: -14px !important;
top: -15px !important;
}
.nowPlayingBarPositionSlider #progressContainer {
@ -128,8 +137,8 @@
}
.nowPlayingBarPositionSlider #sliderKnobInner {
width: 18px;
height: 18px;
width: 16px;
height: 16px;
}
.nowPlayingBarRight {

View file

@ -915,7 +915,7 @@ h1 .imageLink {
z-index: 1097;
color: #fff;
border: 0 !important;
background-color: rgba(26,26,26,.93);
background-color: rgba(26,26,26,.94);
}
.footerOverBottomTabs {