rbelow / blueprintcss

Automatically exported from code.google.com/p/blueprintcss
1 stars 0 forks source link

Input[text] does not align with button from button plugin #100

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by italo.maia@gmail.com on 24 Apr 2008 at 3:29

GoogleCodeExporter commented 8 years ago
Something like button{ margin: 0.7em 0.5em 0.7em 0pt; } would fix it.

Original comment by italo.maia@gmail.com on 24 Apr 2008 at 3:30

GoogleCodeExporter commented 8 years ago
"shoudn't be" example

Original comment by italo.maia@gmail.com on 24 Apr 2008 at 3:42

Attachments:

GoogleCodeExporter commented 8 years ago
Copied 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

Original comment by horst.gu...@gmail.com on 13 Aug 2008 at 9:29