From: Jean-Philippe Lang Date: Sat, 2 Jul 2016 10:16:12 +0000 (+0000) Subject: Set a max width for filter values. X-Git-Tag: 3.4.0~850 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=91875688778e936924daa8445513387808d95053;p=redmine.git Set a max width for filter values. git-svn-id: http://svn.redmine.org/redmine/trunk@15603 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index e2ded89f4..c97f94d9a 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -410,10 +410,10 @@ fieldset#filters table { border-collapse: collapse; } fieldset#filters table td { padding: 0; vertical-align: middle; } fieldset#filters tr.filter { height: 2.1em; } fieldset#filters td.field { width:230px; } -fieldset#filters td.operator { width:180px; } -fieldset#filters td.operator select {max-width:170px;} +fieldset#filters td.operator { width:130px; } +fieldset#filters td.operator select {max-width:120px;} fieldset#filters td.values { white-space:nowrap; } -fieldset#filters td.values select {min-width:130px;} +fieldset#filters td.values select {min-width:130px; max-width:200px;} fieldset#filters td.values input {height:1em;} #filters-table {width:60%; float:left;}