From: Jean-Philippe Lang Date: Fri, 21 Mar 2014 02:22:31 +0000 (+0000) Subject: Set same width for all buttons (#16326). X-Git-Tag: 2.6.0~257 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2b0dfe948ab0a181b213fdc781e0f9748a672cdf;p=redmine.git Set same width for all buttons (#16326). git-svn-id: http://svn.redmine.org/redmine/trunk@12992 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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;}