Fixed browser icons path and size.

This commit is contained in:
Gunther Brunner
2014-12-05 17:31:27 +09:00
parent 3f02f87fc7
commit de7c367cb8
2 changed files with 7 additions and 1 deletions

View File

@@ -52,6 +52,12 @@ img.device-icon-smallest {
max-width: 100%;
}
.stf-device-list .device-browser-list img {
width: 18px;
height: 18px;
margin-right: 3px;
}
.device-list-active-tabs.ng-enter {
-webkit-transition: 250ms;
transition: 250ms;