changeset 273:083eb8277e53 demo

Merge with 408c66ecdad4db3038ceaef5784d2f2daef62741
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 07 Jun 2010 23:38:51 +0200
parents a7608dbe47fc (current diff) 408c66ecdad4 (diff)
children 739c64958dfe
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/templates/base/base.html	Mon Jun 07 15:50:05 2010 +0200
+++ b/pylons_app/templates/base/base.html	Mon Jun 07 23:38:51 2010 +0200
@@ -91,8 +91,8 @@
 	        <ul class="page-nav">
 				<li>
 					<a id="repo_switcher" title="${_('Switch repository')}" href="#">&darr;</a>
-					<div id="switch_repos" style="display:none;position: absolute;width: 150px;height: 25px">
-						<select id="repos_list" size="=10">
+					<div id="switch_repos" style="display:none;position: absolute;height: 25px">
+						<select id="repos_list" size="=10" style="min-width: 150px">
 						%for repo in sorted(x.name.lower() for x in c.cached_repo_list.values()):
 							<option value="${repo}">${repo}</option>
 						%endfor