]> source.dussan.org Git - redmine.git/commitdiff
Set a max width for filter values.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 2 Jul 2016 10:16:12 +0000 (10:16 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 2 Jul 2016 10:16:12 +0000 (10:16 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15603 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index e2ded89f42ca1ef19b293c4075147cdcd638d28c..c97f94d9a787c946994c4f94cc0ba36fddb8bf74 100644 (file)
@@ -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;}