mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Removes max width on filter selects introduced in r15603 (#26568).
Patch by Toshi MARUYAMA. git-svn-id: http://svn.redmine.org/redmine/trunk@16921 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
b996c36315
commit
d42d8492b8
@ -488,7 +488,7 @@ fieldset#filters td.field { width:230px; }
|
||||
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; max-width:200px;}
|
||||
fieldset#filters td.values select {min-width:130px;}
|
||||
fieldset#filters td.values input {height:1em;}
|
||||
|
||||
#filters-table {width:60%; float:left;}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user