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.
66 lines
1.1 KiB
66 lines
1.1 KiB
.field-validation-error, .field-validation-valid{
|
|
color:red;
|
|
display:inline-block;
|
|
height:20px;
|
|
padding-right:1px;
|
|
font-size:small;
|
|
}
|
|
.row{
|
|
text-align:center;
|
|
}
|
|
.block-strong .row .button {
|
|
margin: 5px auto 0 auto;
|
|
}
|
|
.text-align-center {
|
|
text-align: center;
|
|
}
|
|
.float-left{
|
|
float:left;
|
|
}
|
|
.float-right{
|
|
float:right;
|
|
}
|
|
.col{
|
|
text-align:center;
|
|
padding-top: 5px;
|
|
}
|
|
img.shot {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
width:100%;
|
|
height:auto;
|
|
}
|
|
img.shot.zoom {
|
|
width:auto;
|
|
max-width:none;
|
|
max-height: none;
|
|
}
|
|
.block .list{
|
|
margin:0;
|
|
}
|
|
|
|
.videoContainer{
|
|
background-color:black;
|
|
text-align:center;
|
|
height:100%;
|
|
}
|
|
.videoContainer video {
|
|
max-height: 100%;
|
|
width: 100%;
|
|
margin:auto;
|
|
}
|
|
.videoContainer #ptz {
|
|
position:absolute;
|
|
text-align:center;
|
|
width:300px;
|
|
margin:auto;
|
|
left:0;
|
|
right:0;
|
|
bottom:0;
|
|
}
|
|
.videoContainer table {
|
|
margin: 0 auto;
|
|
}
|
|
.device-desktop.with-modal-dialog .page-content {
|
|
overflow: auto;
|
|
} |