1

Bootstrap 3 を使用して検索用の小さなフォームを作成しました。Google Chrome では完璧ですが、Firefox では配置があまり良くありません (バージョン 23 を使用しています)。コードは次のとおりです。

<form class="col-md-3 input-group pull-right" method="GET"> 
    <input type="text" name="search" id="id_search" class="form-control" maxlength="200">

    <span class="input-group-btn">
        <input type="submit" class="btn btn-default btn-group" name="submit_search" value="Buscar">
    </span>
</form>

http://jsfiddle.net/eRpKW/で確認できます

それを修正する簡単な方法はありますか?

4

1 に答える 1