Skip to content

Instantly share code, notes, and snippets.

@rbnrivera
Created October 21, 2011 22:48
Show Gist options
  • Save rbnrivera/1305190 to your computer and use it in GitHub Desktop.
Save rbnrivera/1305190 to your computer and use it in GitHub Desktop.
Search box styling
{% if page == 'page_index' %}
ul.ui-autocomplete {
width:600px !important;
}
{% else %}
ul.ui-autocomplete {
width:140px !important;
}
{%endif%}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment