Fixed issue with autocomplete field looking super wide in first second of loading on browse page. Still a little wonky

This commit is contained in:
Victoria Wang 2014-09-23 14:14:47 -07:00
parent a524ef7de5
commit ec1a19e7e8
2 changed files with 2 additions and 2 deletions

View file

@ -833,7 +833,7 @@ a.tag:hover {
width: 40%;
}
.browse-page .input-Area {
width: 100%;
width: auto;
padding: 4px 5px;
}
.header-Outro .twitter-typeahead {

View file

@ -45,7 +45,7 @@
<fieldset class="grouping">
<label class="text-Label" for="tag">Search by tag:</label>
<input class="input-Area typeahead" name="tag" type="text" placeholder="pokemon" value="" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" dir="auto">
<input style="vertical-align: -5px;margin-left: 4px;" type="submit" class="btn-Action" value="Search">
<input style="vertical-align: -4px;margin-left: 4px;" type="submit" class="btn-Action" value="Search">
</fieldset>
</form>
</div>