]> source.dussan.org Git - redmine.git/commitdiff
Set same width for all buttons (#16326).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 21 Mar 2014 02:22:31 +0000 (02:22 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 21 Mar 2014 02:22:31 +0000 (02:22 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@12992 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 3fdef01e3591ba2147f8cccf9751342e4c11c297..2c6b62c25557e95c6f23c0acb7c043912ca47110 100644 (file)
@@ -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;}