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:
braveyao@webrtc.org 2013-06-13 03:49:03 +00:00
parent fee739c224
commit a19333954d

View File

@ -18,13 +18,13 @@
-webkit-perspective: 1000;
}
#card {
-webkit-transition-property: rotation;
-webkit-transition-duration: 2s;
-webkit-transform-style: preserve-3d;
}
#local {
position: absolute;
width: 100%;
transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-webkit-backface-visibility: hidden;
}
@ -40,8 +40,9 @@
width: 30%;
bottom: 32px;
right: 4px;
-webkit-transform: scale(-1, 1);
opacity: 1.0;
transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
}
#localVideo {
width: 100%;
@ -85,11 +86,3 @@
border-color: #FFFFFF;
margin: 2px;
}
#logo {
display: block;
top: 4;
right: 4;
position: absolute;
float: right;
opacity: 0.5;
}