Adding overall device stats (Experimental UI).

This commit is contained in:
Gunther Brunner
2014-06-18 21:44:08 +09:00
parent 7e1296d1da
commit b9d9cb3c7f
7 changed files with 60 additions and 46 deletions

View File

@@ -153,3 +153,18 @@ ul.devices-icon-view .device-is-busy .device-photo-small img {
margin-bottom: 0 !important;
height: 17px !important;
}
.stf-stats-container .fa {
font-size: 0.8em;
}
.stf-stats-container.ng-enter {
-webkit-transition: 2000ms ease 1s;
transition: 2000ms ease 1s;
opacity: 0;
}
.stf-stats-container.ng-enter-active {
opacity: 1;
}