1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00

Fixed basic styles for basic mode.

This commit is contained in:
Gunther Brunner 2014-05-27 19:43:03 +09:00
parent 356465bdd3
commit 30cf21f778
3 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1,11 @@
.basic-mode {
/*background: red;*/
}
.basic-mode .devices-icon-view {
padding: 0;
}
.basic-mode .devices-icon-view li {
margin: 3px;
}

View file

@ -1,3 +1,5 @@
require('./basic-mode.css')
module.exports = angular.module('stf.basic-mode', [
])

View file

@ -48,7 +48,7 @@ div.stf-device-list
button.btn.btn-default.btn-xs.device-status {{device.state|statusName}}
.clear-fix
tab(active='activeTabs.details')
tab(active='activeTabs.details', ng-show='!$root.basicMode')
tab-heading
i.fa.fa-list(translate)
span(translate) Details