From 2b0dfe948ab0a181b213fdc781e0f9748a672cdf Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 21 Mar 2014 02:22:31 +0000 Subject: [PATCH] Set same width for all buttons (#16326). git-svn-id: http://svn.redmine.org/redmine/trunk@12992 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 3fdef01e3..2c6b62c25 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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;}