|
|
@ -45,7 +45,6 @@ |
|
|
|
@media (max-width:480px){.page.movies_manage,.page.movies_wanted{top:44px} |
|
|
|
} |
|
|
|
.page.movies_manage .load_more,.page.movies_wanted .load_more{text-align:center;padding:20px;font-size:2em;display:block} |
|
|
|
.movie .check{position:absolute;top:0;left:20px;display:none} |
|
|
|
.movie .quality span{background:rgba(0,0,0,.2);border:1px solid transparent;color:#FFF;border-radius:1px;padding:1px 3px} |
|
|
|
.movie .quality span.failed{background:#993619} |
|
|
|
.movie .quality span.available{color:#009902;border-color:#009902;background:#FFF} |
|
|
@ -65,10 +64,12 @@ |
|
|
|
.list_list .movie{display:block;border-bottom:1px solid #eaeaea;position:relative;cursor:pointer} |
|
|
|
.list_list .movie:last-child{border-bottom:none} |
|
|
|
.list_list .movie:hover{background:rgba(0,0,0,.1)} |
|
|
|
.list_list .movie input[type=checkbox]{position:absolute;top:50%;left:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:.5} |
|
|
|
.list_list .movie input[type=checkbox]:checked,.list_list .movie:hover input[type=checkbox]{opacity:1} |
|
|
|
.list_list .movie .data{padding:10px 20px} |
|
|
|
.list_list .movie .data .info{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap} |
|
|
|
.list_list .movie .data .info .title{-webkit-flex:1 auto;-ms-flex:1 auto;flex:1 auto} |
|
|
|
.list_list .movie .data .info .title span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap} |
|
|
|
.list_list .movie .data .info .title span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-left:20px} |
|
|
|
@media (max-width:480px){.movies .actions{pointer-events:none} |
|
|
|
.list_list .movie .data{padding:10px} |
|
|
|
.list_list .movie .data .info{display:block} |
|
|
@ -102,6 +103,7 @@ |
|
|
|
@media (max-width:480px){.thumb_list{padding:0 3.33px} |
|
|
|
.thumb_list .movie{max-width:50%;border-width:0 4px} |
|
|
|
} |
|
|
|
.thumb_list .movie input[type=checkbox]{display:none} |
|
|
|
.thumb_list .movie .poster{position:relative;border-radius:3px;background:center no-repeat #eaeaea;background-size:cover;overflow:hidden;width:100%;padding-bottom:150%} |
|
|
|
.thumb_list .movie .data{clear:both} |
|
|
|
.thumb_list .movie .data .info .title{display:-webkit-flex;display:-ms-flexbox;display:flex;padding:3px 0} |
|
|
@ -229,10 +231,14 @@ |
|
|
|
.page.movie_details .trailer_container:hover{color:#ac0000} |
|
|
|
.page.movie_details .trailer_container:hover .icon-play,.page.movie_details .trailer_container:hover .icon-play span{opacity:1} |
|
|
|
.page.movie_details .trailer_container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0} |
|
|
|
.alph_nav{position:relative} |
|
|
|
@media (max-width:480px){.page.movie_details .trailer_container .icon-play span:first-child{margin-left:-15.71px} |
|
|
|
.alph_nav{display:none} |
|
|
|
} |
|
|
|
.alph_nav .mass_edit_form{display:none} |
|
|
|
.alph_nav .mass_edit_form{display:none;background:#FFF;position:fixed;top:80px;right:0;left:132px;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;transition:max-height 300ms cubic-bezier(.9,0,.1,1);max-height:0;overflow:hidden} |
|
|
|
.mass_editing .alph_nav .mass_edit_form{display:-webkit-flex;display:-ms-flexbox;display:flex;max-height:44px} |
|
|
|
.alph_nav .mass_edit_form>*{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center} |
|
|
|
.alph_nav .mass_edit_form .select{margin-left:20px} |
|
|
|
.alph_nav .menus .button{color:rgba(0,0,0,.5)} |
|
|
|
.alph_nav .menus .actions,.alph_nav .menus .counter,.alph_nav .menus .more_menu{float:left} |
|
|
|
.alph_nav .menus .actions>a,.alph_nav .menus .counter>a,.alph_nav .menus .more_menu>a{display:inline-block;width:30px;line-height:80px;text-align:center} |
|
|
|