From 6ec1a7ce058636195576c41ffaa06fa01a5d596a Mon Sep 17 00:00:00 2001 From: z9hang Date: Thu, 4 Sep 2014 11:39:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E9=99=B7=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=B8=83=E5=B1=80=E9=97=AE=E9=A2=98=EF=BC=8C?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E6=A1=86=E5=A4=AA=E9=95=BF=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=EF=BC=8C=E7=BC=A9=E5=B0=8F=E5=85=B6=E6=9C=80=E5=A4=A7=E9=95=BF?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 1d785eb9d..aaa7506df 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1636,7 +1636,7 @@ fieldset#filters td.field { width:230px; } fieldset#filters td.operator { width:180px; } fieldset#filters td.operator select {max-width:170px;} fieldset#filters td.values { white-space:nowrap; } -fieldset#filters td.values select {min-width:130px;max-width: 220px;} +fieldset#filters td.values select {min-width:130px;max-width: 100px;} fieldset#filters td.values input {height:1em;} fieldset#filters td.add-filter { text-align: right; vertical-align: top; }