general.css Video Skin Class Stlye Improvement #250

Merged
QuirkyRobots merged 4 commits from patch-5 into master 2017-11-14 23:27:56 +01:00

View file

@ -516,18 +516,20 @@ table {
display: block;
width: 100%;
}
#video-player {
background-color: #fff;
cursor: pointer;
margin: 0 auto;
margin-top: 2%;
border: 1px solid #d0d0d0;
padding:6px;
#video-player, .showlite-asset {
display: block;
margin: 0 auto;
background-color: #fff;
cursor: pointer;
}
#showlite-body #video-player {
margin-top: 2%;
padding: 6px;
max-width: 50%;
border: 1px solid #d0d0d0;
}
.showlite-asset {
max-width: 50%;
max-width: 100%;
}
/* item lists */