From c84dc53506b616de29a93551f2958c52a2d388ce Mon Sep 17 00:00:00 2001 From: karolinaszczur Date: Fri, 25 Oct 2013 12:13:19 +0200 Subject: [PATCH] [ux] bring back transforms --- public/css/_mixins.styl | 6 ++++++ public/css/otalk.css | 7 +++++++ public/x-manifest.cache | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/public/css/_mixins.styl b/public/css/_mixins.styl index e9e83ce..d5a13c5 100644 --- a/public/css/_mixins.styl +++ b/public/css/_mixins.styl @@ -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 diff --git a/public/css/otalk.css b/public/css/otalk.css index 33ce98e..78f29dd 100644 --- a/public/css/otalk.css +++ b/public/css/otalk.css @@ -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 { diff --git a/public/x-manifest.cache b/public/x-manifest.cache index 264f83a..b89ad58 100644 --- a/public/x-manifest.cache +++ b/public/x-manifest.cache @@ -1,5 +1,5 @@ CACHE MANIFEST -# 0.0.1 1382694727785 +# 0.0.1 1382695978402 CACHE: /app.js