From 4a3b9d8d5350ca2ddf45ad5c6c704733f80856d3 Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Wed, 12 Aug 2009 16:42:49 -0700 Subject: [PATCH] Shorten residue width because SS types are now shorter. --- pgd/pgd_search/templates/search.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pgd/pgd_search/templates/search.html b/pgd/pgd_search/templates/search.html index 90e10c5..ac295b7 100644 --- a/pgd/pgd_search/templates/search.html +++ b/pgd/pgd_search/templates/search.html @@ -38,7 +38,7 @@ } input.field { - width:8.2em; + width:6.0em; } input#id_proteins { @@ -72,7 +72,7 @@ float:left; list-style:none; border: 1px solid #d4d4d4; - width:8.3em; + width:6.0em; } ul.multiselect li { color:#b4b4b4; -- 1.6.0.6