Phi: fix radiostack layout issue
This commit is contained in:
parent
fd23166f43
commit
45bdcd9d2b
1 changed files with 3 additions and 4 deletions
|
@ -12,10 +12,6 @@
|
|||
padding: 4px;
|
||||
}
|
||||
|
||||
.phi-radiostack input {
|
||||
font-family: "Liberation Mono";
|
||||
}
|
||||
|
||||
.phi-radiostack span {
|
||||
width: 3.5em;
|
||||
display: inline-block;
|
||||
|
@ -23,6 +19,8 @@
|
|||
}
|
||||
|
||||
.phi-radiostack input {
|
||||
font-family: "Liberation Mono";
|
||||
font-size: 11px;
|
||||
background-color: #404040;
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
|
@ -36,6 +34,7 @@
|
|||
color: black;
|
||||
border: 2px outset gray;
|
||||
padding: 1px 2px 4px 2px;
|
||||
font-size: 11px;
|
||||
}
|
||||
</style>
|
||||
<div class="phi-radiostack" data-bind="foreach: radios">
|
||||
|
|
Loading…
Reference in a new issue