mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 16:43:26 +02:00
Adding icon to the details list.
Adding small transition to the device list.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user