From 7e54597dcca1a795027a1d18faab7c9a71f970a6 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Wed, 13 Jul 2016 18:27:04 +0000 Subject: [PATCH] Don't reserve 15% for buttons. git-svn-id: http://svn.redmine.org/redmine/trunk@15647 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 631d172e2..f1914329b 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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; } -- 2.39.5