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:
parent
356465bdd3
commit
30cf21f778
3 changed files with 14 additions and 1 deletions
11
res/app/components/stf/basic-mode/basic-mode.css
Normal file
11
res/app/components/stf/basic-mode/basic-mode.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
.basic-mode {
|
||||
/*background: red;*/
|
||||
}
|
||||
|
||||
.basic-mode .devices-icon-view {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.basic-mode .devices-icon-view li {
|
||||
margin: 3px;
|
||||
}
|
|
@ -1,3 +1,5 @@
|
|||
require('./basic-mode.css')
|
||||
|
||||
module.exports = angular.module('stf.basic-mode', [
|
||||
|
||||
])
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue