add availability to article edit dialog
This commit is contained in:
parent
923b579bd1
commit
c99aa7aab6
2 changed files with 12 additions and 4 deletions
|
|
@ -248,6 +248,14 @@ tr.unavailable {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.inline-inputs {
|
||||
.control-label {
|
||||
width: auto;
|
||||
float: none;
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
// inputs that are "in the background" - less visible
|
||||
.less-visible {
|
||||
color: #ddd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue