Merge pull request #250 from Smurphonomics/patch-5
general.css Video Skin Class Stlye Improvement
This commit is contained in:
commit
bc01d584d4
1 changed files with 12 additions and 10 deletions
|
@ -516,18 +516,20 @@ table {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
#video-player, .showlite-asset {
|
||||||
#video-player {
|
display: block;
|
||||||
|
margin: 0 auto;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin: 0 auto;
|
|
||||||
margin-top: 2%;
|
|
||||||
border: 1px solid #d0d0d0;
|
|
||||||
padding:6px;
|
|
||||||
}
|
}
|
||||||
|
#showlite-body #video-player {
|
||||||
.showlite-asset {
|
margin-top: 2%;
|
||||||
|
padding: 6px;
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
|
border: 1px solid #d0d0d0;
|
||||||
|
}
|
||||||
|
.showlite-asset {
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* item lists */
|
/* item lists */
|
||||||
|
|
Loading…
Reference in a new issue