usersuggested videos on password protected lists

This commit is contained in:
Kasper Rynning-Tønnesen
2015-12-15 13:17:21 +01:00
parent 43760d3c33
commit 9eff78c179
7 changed files with 92 additions and 27 deletions

View File

@@ -773,7 +773,7 @@ nav ul li:hover, nav ul li.active {
background-color: rgba(0,0,0,0.5);
}
.list-image{
.list-image, .list-suggested-image{
width: 34%;
height: 66px;
float: left;
@@ -798,10 +798,33 @@ nav ul li:hover, nav ul li.active {
opacity:0;
transition: all .1s ease;
}
.vote-container:hover .list-image:after {
.list-suggested-image:after {
font-family: "Material-Design-Icons";
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\e625";/*"\e800";*/
color:white;
font-size:65px;
position:absolute;
width:100%; height:100%;
top:0; left:0;
background:rgba(0,0,0,0.8);
opacity:0;
transition: all .1s ease;
}
.vote-container:hover .list-image:after, .add-suggested:hover .list-suggested-image:after {
opacity:1;
}
.vote-span{
opacity: 0.7;
padding: 0 0 0 10px;
@@ -871,7 +894,7 @@ nav ul li:hover, nav ul li.active {
padding-left: 10px;
}
#del, #del_suggested{
#del, #del_suggested, #del_user_suggested{
height: 100%;
line-height: normal;
padding: 2px 12px;
@@ -887,6 +910,11 @@ nav ul li:hover, nav ul li.active {
opacity:0.8;
}
.tabs_height{
height:91% !important;
overflow:auto;
}
/** settings **/