add availability to article edit dialog

This commit is contained in:
wvengen 2013-12-06 14:33:51 +01:00
parent 923b579bd1
commit c99aa7aab6
2 changed files with 12 additions and 4 deletions

View file

@ -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;