Skip to content

Commit

Permalink
! Fixed search popup's widths altogether. (Search.template.php, secti…
Browse files Browse the repository at this point in the history
…ons.css)
  • Loading branch information
Nao committed Oct 1, 2014
1 parent 3022c8a commit dd42929
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/html/Search.template.php
Expand Up @@ -205,7 +205,7 @@ function template_search_ajax()
<div id="advanced_search">
<dl>
<dt>', $txt['by_user'], ':</dt>
<dd><input id="userspec" name="userspec" value="', empty($context['search_params']['userspec']) ? '*' : $context['search_params']['userspec'], '" size="20"></dd>
<dd><input class="w100" id="userspec" name="userspec" value="', empty($context['search_params']['userspec']) ? '*' : $context['search_params']['userspec'], '"></dd>
<dt>', $txt['search_order'], ':</dt>
<dd>
<select id="sort" name="sort">
Expand Down
4 changes: 3 additions & 1 deletion core/skins/sections.css
Expand Up @@ -1306,8 +1306,10 @@ div.top_row dd
white-space: normal
dt, dd
max-width: @is ("ie[9-],firefox[4-],chrome[19-],safari[6-]", "calc(100% - 1em)", 100%)
width: auto
width: 100%
clear: both
dt
width: auto
#advanced_search
border, padding: 0
font-size: .9em
Expand Down

0 comments on commit dd42929

Please sign in to comment.