On 14/02/2012 22:35, Daniel Harman wrote:
I've been trying to work this out too. Anyone able to help?Dan On Feb 2, 8:46 pm, Gary Taylor<[email protected]> wrote:Is it still possible to have some input labels/fields be inline within a stacked form? I thought I used something like "inline-inputs" to accomplish this before. Now it appears as though it's all one or the other at the form level.
does this do what you want
.control-group.inline-inputs .controls input {
display: inline;
}
