flipH, flipV and rotate90 might be useful not only for the webcam_container
This commit is contained in:
parent
1007d18fd0
commit
b8fb16a074
2 changed files with 23 additions and 23 deletions
File diff suppressed because one or more lines are too long
|
|
@ -437,28 +437,6 @@ ul.dropdown-menu li a {
|
|||
|
||||
//min-height: 440px;
|
||||
|
||||
.flipH {
|
||||
-webkit-transform: scaleX(-1);
|
||||
-moz-transform: scaleX(-1);
|
||||
-ms-transform: scaleX(-1);
|
||||
}
|
||||
|
||||
.flipV {
|
||||
-webkit-transform: scaleY(-1);
|
||||
-moz-transform: scaleY(-1);
|
||||
-ms-transform: scaleY(-1);
|
||||
}
|
||||
|
||||
.flipH.flipV {
|
||||
-webkit-transform: scaleX(-1) scaleY(-1);
|
||||
-moz-transform: scaleX(-1) scaleY(-1);
|
||||
-ms-transform: scaleX(-1) scaleY(-1);
|
||||
}
|
||||
|
||||
.rotate90 {
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
|
||||
.keycontrol_overlay {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
|
|
@ -917,6 +895,28 @@ textarea.block {
|
|||
margin-right: auto;
|
||||
}
|
||||
|
||||
.flipH {
|
||||
-webkit-transform: scaleX(-1);
|
||||
-moz-transform: scaleX(-1);
|
||||
-ms-transform: scaleX(-1);
|
||||
}
|
||||
|
||||
.flipV {
|
||||
-webkit-transform: scaleY(-1);
|
||||
-moz-transform: scaleY(-1);
|
||||
-ms-transform: scaleY(-1);
|
||||
}
|
||||
|
||||
.flipH.flipV {
|
||||
-webkit-transform: scaleX(-1) scaleY(-1);
|
||||
-moz-transform: scaleX(-1) scaleY(-1);
|
||||
-ms-transform: scaleX(-1) scaleY(-1);
|
||||
}
|
||||
|
||||
.rotate90 {
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
|
||||
/** Styles for Bootstrap Slider */
|
||||
|
||||
.slider {
|
||||
|
|
|
|||
Loading…
Reference in a new issue