CSS: Re-add form.inline for the moment

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-29 17:05:02 +02:00
parent a53a999003
commit 5e405b8f99
1 changed files with 5 additions and 0 deletions

View File

@ -135,3 +135,8 @@ a.button {
height: 16px;
width: 16px;
}
// TODO(el): .form-inline control-group { display: inline-block; }
form.inline {
display: inline-block;
}