fixed video css

This commit is contained in:
bill bittner 2018-02-24 10:12:56 -08:00
parent e0fdb36551
commit ba5f9ba390

View file

@ -546,6 +546,15 @@ table {
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-container {
text-align: center;
@ -564,19 +573,6 @@ table {
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 */