vier: style video delete button
This commit is contained in:
parent
646ea377ac
commit
d204e2524b
1 changed files with 49 additions and 28 deletions
|
@ -2828,3 +2828,24 @@ a.mail-list-link {
|
||||||
.profile-view-actions{
|
.profile-view-actions{
|
||||||
float:right;
|
float:right;
|
||||||
}
|
}
|
||||||
|
/* 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