mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-04-04 22:14:07 -04:00
28 lines
296 B
CSS
28 lines
296 B
CSS
#contentTable + input {
|
|
margin-top: 6px;
|
|
}
|
|
|
|
#videoProgress {
|
|
margin: 8px auto 4px;
|
|
}
|
|
|
|
#videoFilesHeader {
|
|
margin: 8px auto 4px;
|
|
}
|
|
|
|
#videoNoFiles {
|
|
margin: 4px auto;
|
|
}
|
|
|
|
#videoFile {
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
video[poster]{
|
|
object-fit: fill;
|
|
}
|
|
|
|
#videoobj {
|
|
margin: 0 auto;
|
|
}
|