Mercurial > public > src > rhodecode
changeset 2707:0dc09191775b beta
small html fix for quick repo switcher
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Sat, 14 Jul 2012 19:59:35 +0200 |
parents | dfa5180cf02f |
children | 59fab1f641bf |
files | rhodecode/templates/repo_switcher_list.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rhodecode/templates/repo_switcher_list.html Sat Jul 14 19:55:35 2012 +0200 +++ b/rhodecode/templates/repo_switcher_list.html Sat Jul 14 19:59:35 2012 +0200 @@ -1,7 +1,7 @@ ## -*- coding: utf-8 -*- <li class="qfilter_rs"> - <input type="text" style="border:0" value="${_('quick filter...')}" name="filter" size="20" id="q_filter_rs" /> + <input type="text" style="border:0;width:100%" value="${_('quick filter...')}" name="filter" id="q_filter_rs" /> </li> %for repo in c.repos_list: