mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Fixed language initialization.
Fixed Device List details.
This commit is contained in:
@@ -12,7 +12,11 @@
|
||||
|
||||
.stf-device-list .device-not-usable {
|
||||
/*background: rgb(245, 245, 245);*/
|
||||
opacity: 0.7;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.stf-device-list .device-not-usable .btn {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.stf-device-list .devices-not-available {
|
||||
@@ -130,3 +134,13 @@ ul.devices-icon-view .device-is-busy .device-photo-small img {
|
||||
.device-list-details-content table {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.device-list-details-content .device-list-product,
|
||||
.device-list-details-content .device-list-carrier {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.device-list-details-content .progress {
|
||||
margin-bottom: 0 !important;
|
||||
height: 17px !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user