Note that there are some explanatory texts on larger screens.

plurals
  1. POPosition of text in a submit button
    text
    copied!<p>The position of the text on the search submit button on <a href="http://eligrey.com/blog/" rel="nofollow noreferrer">my blog</a> is very low in Firefox 4, but not Chrome 10 or IE9. I've tried almost everything, and nothing works except lowering the font size of the text, which isn't an optimal solution as the text will be too small.</p> <h2>Screenshots</h2> <p>Firefox 4 on Windows 7:</p> <p><img src="https://i.stack.imgur.com/mnkkt.png" alt="Firefox 4 screenshot"></p> <p>Google Chrome 10.0.648.204 on Windows 7:</p> <p><img src="https://i.stack.imgur.com/phU8v.png" alt="Google Chrome screenshot"></p> <p>The relevant HTML:</p> <pre><code>&lt;form method="get" class="searchform" action="http://eligrey.com/blog"&gt; &lt;input type="search" placeholder="search" name="s" /&gt; &lt;input type="submit" value="&amp;#128269;" title="Search" /&gt; &lt;/form&gt; </code></pre> <p>The relevant CSS rule (from <a href="http://eligrey.com/blog/wp-content/themes/eligrey.com/style.css" rel="nofollow noreferrer">http://eligrey.com/blog/wp-content/themes/eligrey.com/style.css</a>):</p> <pre><code>.searchform input[type="submit"] { font-family: "rfhb-lpmg"; color: #ccc; font-size: 3em; background-color: #959595; text-align: center; border: 1px solid #888; height: 34px; width: 42px; line-height: 34px; -webkit-border-bottom-right-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -moz-border-radius-topright: 4px; border-bottom-right-radius: 4px; border-top-right-radius: 4px; -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; -webkit-transition-property: border, background-color, box-shadow; -webkit-transition-duration: 0.2s; -moz-transition-property: border, background-color, box-shadow; -moz-transition-duration: 0.2s; } </code></pre> <p>rfhb-lpmg is just a custom font I made which implements U+2767 rotated floral heart bullet and U+1F50E right-pointing magnifying glass with simplistic glyphs.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload