Set same width for all buttons (#16326).

git-svn-id: http://svn.redmine.org/redmine/trunk@12992 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2014-03-21 02:22:31 +00:00
parent 54830abd6b
commit 2b0dfe948a
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,7 @@ table.query-columns td.buttons {
vertical-align: middle;
text-align: center;
}
table.query-columns td.buttons input[type=button] {width:35px;}
td.center {text-align:center;}