Fixed language initialization.

Fixed Device List details.
This commit is contained in:
Gunther Brunner
2014-05-29 00:46:07 +09:00
parent 1d974936e4
commit 0901a1a5f7
5 changed files with 52 additions and 27 deletions

View File

@@ -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;
}