1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-27 10:51:15 +00:00

Don't reserve 15% for buttons.

git-svn-id: http://svn.redmine.org/redmine/trunk@15647 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-07-13 18:27:04 +00:00
parent 539166597f
commit 7e54597dcc

View File

@ -164,7 +164,7 @@ table.list td.name, table.list td.description, table.list td.subject, table.list
table.list td.tick {width:15%}
table.list td.checkbox { width: 15px; padding: 2px 0 0 0; }
table.list td.checkbox input {padding:0px;}
table.list td.buttons, div.buttons { width: 15%; white-space:nowrap; text-align: right; }
table.list td.buttons, div.buttons { white-space:nowrap; text-align: right; }
table.list td.buttons a, div.buttons a { margin-right: 0.6em; }
table.list td.buttons img, div.buttons img {vertical-align:middle;}
table.list td.reorder {width:15%; white-space:nowrap; text-align:center; }