From f7708ef3784661954340afd8cebbd676b90b8e17 Mon Sep 17 00:00:00 2001 From: Braulio Bhavamitra Date: Wed, 6 Jul 2011 13:02:02 +0000 Subject: [PATCH] Fit column size of token input for facets --- public/stylesheets/token-input-facet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/token-input-facet.css b/public/stylesheets/token-input-facet.css index 90234de..a8a206b 100644 --- a/public/stylesheets/token-input-facet.css +++ b/public/stylesheets/token-input-facet.css @@ -3,7 +3,7 @@ ul.token-input-list-facet { overflow: hidden; height: auto !important; height: 1%; - width: 130px; + width: 100%; border: 1px solid #999; cursor: text; font-size: 12px; @@ -64,7 +64,7 @@ li.token-input-selected-token-facet span { div.token-input-dropdown-facet { position: relative; - width: 130px; + width: 100%; height: 150px; max-height: 200px; background-color: #E5F4FB; -- libgit2 0.21.2