@@ -187,7 +191,7 @@
send
-->
-
+
@@ -328,8 +332,12 @@
-
-
+
+
diff --git a/src/css/mobile.css b/src/css/mobile.css
index 21404d8da..7ac7e3413 100644
--- a/src/css/mobile.css
+++ b/src/css/mobile.css
@@ -687,3 +687,22 @@ a.pin-button:active {
opacity: 0;
}
+.tab-view {
+ -webkit-transform: translate3d(-100%, 0, 0);
+ transform: translate3d(-100%, 0, 0);
+ width:100%;
+ position: absolute;
+}
+
+.tab-in {
+ -webkit-transform: translate3d(0, 0, 0) !important;
+ transform: translate3d(0, 0, 0) !important;
+}
+
+.tab-out {
+ -webkit-transform: translate3d(-100%, 0, 0) !important;
+ transform: translate3d(-100%, 0, 0) !important;
+}
+
+
+