Video CSS Now With Body ID
Cleaner code. :)
This commit is contained in:
parent
121e1e9e4c
commit
afb65e78c0
1 changed files with 2 additions and 3 deletions
|
@ -520,14 +520,13 @@ table {
|
|||
display: block;
|
||||
margin: 0 auto;
|
||||
background-color: #fff;
|
||||
}
|
||||
#video-player {
|
||||
cursor: pointer;
|
||||
}
|
||||
#showlite-body #video-player {
|
||||
margin-top: 2%;
|
||||
padding: 6px;
|
||||
max-width: 50%;
|
||||
border: 1px solid #d0d0d0;
|
||||
box-shadow: 0 0 50px -6px rgba(0, 0, 0, 0.72);
|
||||
}
|
||||
.showlite-asset {
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Reference in a new issue