You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
678 B
56 lines
678 B
img.font {
|
|
display: inline-block;
|
|
height: 2em;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
img.icon {
|
|
display: block;
|
|
min-width: 20px;
|
|
width: 60px;
|
|
max-width: 160px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
img.btn {
|
|
min-width: 20px;
|
|
width: 30px;
|
|
max-width: 60px;
|
|
}
|
|
|
|
.row .col > div {
|
|
text-align: center;
|
|
}
|
|
|
|
div.btn {
|
|
padding: 0 .5em;
|
|
}
|
|
|
|
.col {
|
|
padding: 1em;
|
|
}
|
|
|
|
video {
|
|
max-width: 100%;
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.shot {
|
|
max-height: 100%;
|
|
max-width: 100%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.rtmp > div {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
#video-container{
|
|
text-align:center;
|
|
}
|
|
|
|
.device-desktop.with-modal-dialog .page-content {
|
|
overflow: auto;
|
|
}
|