duepuntozer: style video delete button
This commit is contained in:
parent
d204e2524b
commit
8990a22dc0
|
@ -3446,3 +3446,25 @@ ul.menu-popup {
|
||||||
ul.menu-popup { left: 0px; top 20px; }
|
ul.menu-popup { left: 0px; top 20px; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* videos page */
|
||||||
|
.videos .video-top-wrapper {
|
||||||
|
width: 300px;
|
||||||
|
float: left;
|
||||||
|
margin: 0px 10px 10px 0px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.videos .video-top-wrapper .video-js {
|
||||||
|
width: 300px!important;
|
||||||
|
height: 232px!important;
|
||||||
|
}
|
||||||
|
.videos .video-top-wrapper .video-delete {
|
||||||
|
position: absolute;
|
||||||
|
opacity: 0;
|
||||||
|
right: 0px;
|
||||||
|
top: 0px;
|
||||||
|
transition: opacity 0.5s;
|
||||||
|
}
|
||||||
|
.videos .video-top-wrapper:hover .video-delete {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue