Solved! Thank you Sam =)
2012/2/7 Sam Sherlock <[email protected]> > in the fluid example I was able to add the following (its the inline form > example from docs/base-css with well removed and other classes added) > > <form class="form-inline pull-right" style="display: inline; > margin-bottom: 0; margin-left: 15px"> > <input type="text" placeholder="Email" class="input-small"> > <input type="password" placeholder="Password" class="input-small"> > <button class="btn" type="submit" style="margin: 5px">Go</button> > </form> > > just a quick hack in firebug, the issue you describe is fixed by placing > a margin on the button > the additional styles should be applied to classes > > .login { display: inline; margin-bottom: 0; margin-left: 15px; } > .login .btn { margin: 5px; } > > > hth - S > > > > > On 7 February 2012 22:11, Cássio Nandi Citadin <[email protected]>wrote: > >> Hi there. >> >> On 1.4 version, there was a example with a black menu bar with a login >> form in the right up corner. This example is missed in the 2.0 version and >> I am something lost to make things work out. >> >> Someone has a example where the form stays aligned with the other >> elements? On my tests, the submit button is out of align with the email and >> password inputs. >> >> Thank you! >> >> -- >> Cordialmente, >> Cássio Nandi Citadin - cassionandi at gmail.com >> @cassionandi <https://twitter.com/#%21/cassionandi> - >> http://cassionandi.blogspot.com >> (48) 9921-9991 >> >> Não basta ser agora, tem que ser pra Jah! >> >> > -- Cordialmente, Cássio Nandi Citadin - cassionandi at gmail.com @cassionandi <https://twitter.com/#%21/cassionandi> - http://cassionandi.blogspot.com (48) 9921-9991 Não basta ser agora, tem que ser pra Jah!
