Added current number of devices being used by user to the Stats UI.

This commit is contained in:
Gunther Brunner
2014-06-18 22:43:02 +09:00
parent b9d9cb3c7f
commit f741136aed
2 changed files with 29 additions and 20 deletions

View File

@@ -160,8 +160,10 @@ ul.devices-icon-view .device-is-busy .device-photo-small img {
}
.stf-stats-container.ng-enter {
-webkit-transition: 2000ms ease 1s;
transition: 2000ms ease 1s;
/*-webkit-transition: 2000ms ease 1s;*/
/*transition: 2000ms ease 1s;*/
-webkit-transition: 550ms ease 0ms;
transition: 550ms ease 0ms;
opacity: 0;
}