Adding icon to the details list.

Adding small transition to the device list.
This commit is contained in:
Gunther Brunner
2014-05-23 17:56:13 +09:00
parent 948528a0ff
commit eb238f97c7
2 changed files with 27 additions and 4 deletions

View File

@@ -101,4 +101,23 @@ ul.devices-icon-view .device-is-busy {
ul.devices-icon-view .device-is-busy .device-photo-small img {
opacity: 0.5;
}
}
.stf-device-list .device-small-image {
margin-right: 8px;
}
.stf-device-list .device-small-image img {
height: 20px;
}
.device-list-active-tabs.ng-enter {
-webkit-transition: 150ms;
transition: 150ms;
margin-top: -100%;
}
.device-list-active-tabs.ng-enter-active {
margin-top: 0;
}