Apprtc CSS: Add flip to local view of FireFox and remove warning of Canary
BUG=1380 TEST=Manual Test R=juberti@google.com Review URL: https://webrtc-codereview.appspot.com/1620004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4225 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
fee739c224
commit
a19333954d
@ -18,13 +18,13 @@
|
|||||||
-webkit-perspective: 1000;
|
-webkit-perspective: 1000;
|
||||||
}
|
}
|
||||||
#card {
|
#card {
|
||||||
-webkit-transition-property: rotation;
|
|
||||||
-webkit-transition-duration: 2s;
|
-webkit-transition-duration: 2s;
|
||||||
-webkit-transform-style: preserve-3d;
|
-webkit-transform-style: preserve-3d;
|
||||||
}
|
}
|
||||||
#local {
|
#local {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
transform: scale(-1, 1);
|
||||||
-webkit-transform: scale(-1, 1);
|
-webkit-transform: scale(-1, 1);
|
||||||
-webkit-backface-visibility: hidden;
|
-webkit-backface-visibility: hidden;
|
||||||
}
|
}
|
||||||
@ -40,8 +40,9 @@
|
|||||||
width: 30%;
|
width: 30%;
|
||||||
bottom: 32px;
|
bottom: 32px;
|
||||||
right: 4px;
|
right: 4px;
|
||||||
-webkit-transform: scale(-1, 1);
|
|
||||||
opacity: 1.0;
|
opacity: 1.0;
|
||||||
|
transform: scale(-1, 1);
|
||||||
|
-webkit-transform: scale(-1, 1);
|
||||||
}
|
}
|
||||||
#localVideo {
|
#localVideo {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -85,11 +86,3 @@
|
|||||||
border-color: #FFFFFF;
|
border-color: #FFFFFF;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
}
|
}
|
||||||
#logo {
|
|
||||||
display: block;
|
|
||||||
top: 4;
|
|
||||||
right: 4;
|
|
||||||
position: absolute;
|
|
||||||
float: right;
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user