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:
parent
54830abd6b
commit
2b0dfe948a
|
@ -265,6 +265,7 @@ table.query-columns td.buttons {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
table.query-columns td.buttons input[type=button] {width:35px;}
|
||||||
|
|
||||||
td.center {text-align:center;}
|
td.center {text-align:center;}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue