fixed video css
This commit is contained in:
parent
e0fdb36551
commit
ba5f9ba390
1 changed files with 9 additions and 13 deletions
|
@ -546,6 +546,15 @@ table {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#video {
|
||||||
|
cursor: pointer;
|
||||||
|
background-color: #ffffff;
|
||||||
|
width: calc(100% - 12px - 12px - 2px);
|
||||||
|
margin: 6px;
|
||||||
|
padding: 6px;
|
||||||
|
border: 1px solid #d0d0d0;
|
||||||
|
}
|
||||||
|
|
||||||
/* show lite */
|
/* show lite */
|
||||||
#show-lite-container {
|
#show-lite-container {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -564,19 +573,6 @@ table {
|
||||||
max-height: 3em;
|
max-height: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* video */
|
|
||||||
|
|
||||||
#video-asset {
|
|
||||||
background-color: #000000;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
#showlite-body #video-asset {
|
|
||||||
background-color: #ffffff;
|
|
||||||
width: calc(100% - 12px - 12px - 2px);
|
|
||||||
margin: 6px;
|
|
||||||
padding: 6px;
|
|
||||||
border: 1px solid #d0d0d0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* item lists */
|
/* item lists */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue