
blueprintcss - issue #100
Input[text] does not align with button from button plugin
What steps will reproduce the problem?
1. Use the following html
<button>Responder</button>
<input class="text" type="text"></input>
<button>Buscar</button>
What is the expected output? What do you see instead? A button, followed by a text field, followed by another button.
What version of the product are you using? On what operating system? ubuntu 7.10 with firefox 2.x
Please provide any additional information below.
I believe those should be vertically aligned. As that is a commom pattern.
Comment #1
Posted on Apr 24, 2008 by Helpful CamelSomething like button{ margin: 0.7em 0.5em 0.7em 0pt; } would fix it.
Comment #2
Posted on Apr 24, 2008 by Helpful Camel"shoudn't be" example
- screen.png 2.7KB
Comment #3
Posted on Aug 13, 2008 by Quick GiraffeCopied to http://blueprintcss.lighthouseapp.com/projects/15318/tickets/17-input-text-does-not-align-with-button-from-button-plugin#ticket-17-1 For details please check the mailinglist's archive
Status: New
Labels:
Type-Defect
Priority-Medium