@@ -541,6 +541,13 @@ hr {
541
541
-ms-transform : scale (1.2 );
542
542
transform : scale (1.2 ); }
543
543
544
+ .media-list-item .no-files .media-item : hover img {
545
+ -moz-transform : inherit;
546
+ -webkit-transform : inherit;
547
+ -o-transform : inherit;
548
+ -ms-transform : inherit;
549
+ transform : inherit; }
550
+
544
551
.media-episode-string {
545
552
font-size : 14px ;
546
553
font-weight : 100 ;
@@ -648,33 +655,35 @@ hr {
648
655
.button-wrapper {
649
656
margin-top : 12px ; }
650
657
651
- .season-wrapper .season-fold-out-heading {
652
- border-bottom : 1px solid rgba (255 , 255 , 255 , 0.08 );
653
- font-weight : 300 ;
654
- margin : 0 ;
655
- padding : 8px ;
656
- background : rgba (255 , 255 , 255 , 0.05 );
657
- margin-top : 8px ;
658
- font-size : 20px ;
659
- border-top : 1px solid rgba (255 , 255 , 255 , 0.08 );
660
- display : -webkit-box;
661
- display : -moz-box;
662
- display : -ms-flexbox;
663
- display : -webkit-flex;
664
- display : flex; }
665
- .season-wrapper .season-fold-out-heading .season-fold-out {
666
- margin-right : 8px ;
667
- font-size : 14px ;
668
- position : relative;
669
- top : -2px ; }
670
- .season-wrapper .season-fold-out-inner {
671
- -webkit-box-flex : 1 ;
672
- -moz-box-flex : 1 ;
673
- -webkit-flex : 1 ;
674
- -ms-flex : 1 ;
675
- flex : 1 ;
676
- margin : -8px 0 -8px -8px ;
677
- padding : 8px 12px ; }
658
+ .season-wrapper {
659
+ clear : both; }
660
+ .season-wrapper .season-fold-out-heading {
661
+ border-bottom : 1px solid rgba (255 , 255 , 255 , 0.08 );
662
+ font-weight : 300 ;
663
+ margin : 0 ;
664
+ padding : 8px ;
665
+ background : rgba (255 , 255 , 255 , 0.05 );
666
+ margin-top : 8px ;
667
+ font-size : 20px ;
668
+ border-top : 1px solid rgba (255 , 255 , 255 , 0.08 );
669
+ display : -webkit-box;
670
+ display : -moz-box;
671
+ display : -ms-flexbox;
672
+ display : -webkit-flex;
673
+ display : flex; }
674
+ .season-wrapper .season-fold-out-heading .season-fold-out {
675
+ margin-right : 8px ;
676
+ font-size : 14px ;
677
+ position : relative;
678
+ top : -2px ; }
679
+ .season-wrapper .season-fold-out-inner {
680
+ -webkit-box-flex : 1 ;
681
+ -moz-box-flex : 1 ;
682
+ -webkit-flex : 1 ;
683
+ -ms-flex : 1 ;
684
+ flex : 1 ;
685
+ margin : -8px 0 -8px -8px ;
686
+ padding : 8px 12px ; }
678
687
679
688
.files-wrapper h4 {
680
689
font-size : 14px ;
@@ -736,17 +745,22 @@ hr {
736
745
font-size : 16px ;
737
746
text-transform : uppercase; }
738
747
739
- .modal-media-detail .info-list {
740
- margin : 0 ;
741
- padding : 0 ; }
742
- .modal-media-detail .info-list li {
743
- list-style : none; }
744
- .modal-media-detail .info-list li strong {
745
- margin-right : 6px ;
746
- min-width : 86px ;
747
- display : inline-block; }
748
- .modal-media-detail .overview-text {
749
- font-size : 14px ; }
748
+ .modal-media-detail {
749
+ max-height : inherit !important ; }
750
+ .modal-media-detail .info-list {
751
+ margin : 0 ;
752
+ padding : 0 ; }
753
+ .modal-media-detail .info-list li {
754
+ list-style : none; }
755
+ .modal-media-detail .info-list li strong {
756
+ margin-right : 6px ;
757
+ min-width : 86px ;
758
+ display : inline-block; }
759
+ .modal-media-detail .overview-text {
760
+ font-size : 14px ; }
761
+ .modal-media-detail .media-list-item .episode-wrapper {
762
+ margin-bottom : 0px ;
763
+ margin-right : 9px ; }
750
764
751
765
# login {
752
766
margin : 15px 0px ;
@@ -852,6 +866,15 @@ hr {
852
866
.admin-movie-item {
853
867
min-height : 260px ; }
854
868
869
+ .season-picker-list {
870
+ margin-bottom : 14px ; }
871
+ .season-picker-list .season-picker-item {
872
+ padding : 3px 10px ;
873
+ border : 1px solid transparent;
874
+ border-radius : 25px ; }
875
+ .season-picker-list .season-picker-item .active {
876
+ border : 1px solid white; }
877
+
855
878
.spinner {
856
879
width : 38px ;
857
880
text-align : center;
0 commit comments