align input text with label in my Search gadget

Posted by Patrick on Stack Overflow See other posts from Stack Overflow or by Patrick
Published on 2010-06-08T14:59:46Z Indexed on 2010/06/08 15:02 UTC
Read the original article Hit count: 108

Filed under:

hi,

I would like to align the label of my search widget with the input text (they are slightly not aligned on all browsers). Any css tip ? thanks

This is my code:

Search

<span class="views-widget">
<span id="edit-search-wrapper" class="form-item">
<input type="text" class="form-text" title="Enter the terms you wish to search for." value="" size="15" id="edit-search" name="search" maxlength="128">
</span>
</span>
</div>

© Stack Overflow or respective owner

Related posts about JavaScript