Adding alternative implementation for Device List.

Still slow so disabled by default, but at least it has dynamic columns.
This commit is contained in:
Gunther Brunner
2014-06-20 20:19:01 +09:00
parent 66006db685
commit 7e7b52de7c
8 changed files with 210 additions and 138 deletions

View File

@@ -122,12 +122,12 @@ ul.devices-icon-view .device-is-busy .device-photo-small img {
.stf-device-list .device-small-image {
margin-right: 8px;
}
.stf-device-list .device-small-image img {
height: 20px;
min-width: 10px;
}
.device-list-active-tabs.ng-enter {
-webkit-transition: 250ms;
transition: 250ms;
@@ -154,7 +154,6 @@ ul.devices-icon-view .device-is-busy .device-photo-small img {
height: 17px !important;
}
.stf-stats-container .fa {
font-size: 0.8em;
}
@@ -170,3 +169,13 @@ ul.devices-icon-view .device-is-busy .device-photo-small img {
.stf-stats-container.ng-enter-active {
opacity: 1;
}
.device-list-details-content .stf-device-details-customize {
white-space: nowrap;
padding-left: 10px;
padding-right: 10px;
}
.device-list-details-content {
min-height: 300px;
}