[ux] bring back transforms

This commit is contained in:
karolinaszczur 2013-10-25 12:13:19 +02:00
parent 400ca10eb1
commit c84dc53506
3 changed files with 14 additions and 1 deletions

View File

@ -16,6 +16,12 @@ noselect()
-ms-user-select: none
user-select: none
transform()
-webkit-transform: arguments
-moz-transform: arguments
-ms-transform: arguments
transform: arguments
borderbox()
-moz-box-sizing: border-box
-webkit-box-sizing: border-box

View File

@ -961,6 +961,10 @@ button.secondary:hover:not(:disabled) {
right: 10px;
height: 20%;
border: 2px solid #eee;
-webkit-transform: scaleX(-1);
-moz-transform: scaleX(-1);
-ms-transform: scaleX(-1);
transform: scaleX(-1);
}
.conversation header .activeCall .button-wrap {
position: absolute;
@ -1212,6 +1216,9 @@ button.secondary:hover:not(:disabled) {
}
#calls:empty,
#calls.ending {
-webkit-transform: translateY(-80px);
-moz-transform: translateY(-80px);
-ms-transform: translateY(-80px);
transform: translateY(-80px);
}
#calls .call {

View File

@ -1,5 +1,5 @@
CACHE MANIFEST
# 0.0.1 1382694727785
# 0.0.1 1382695978402
CACHE:
/app.js