summaryrefslogtreecommitdiffstats
path: root/public/stylesheets
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2014-03-21 02:22:31 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2014-03-21 02:22:31 +0000
commit2b0dfe948ab0a181b213fdc781e0f9748a672cdf (patch)
tree53e3de1dad6336c00827435929a5339032e73411 /public/stylesheets
parent54830abd6b9462a4682daa838fba8dacb600f40a (diff)
downloadredmine-2b0dfe948ab0a181b213fdc781e0f9748a672cdf.tar.gz
redmine-2b0dfe948ab0a181b213fdc781e0f9748a672cdf.zip
Set same width for all buttons (#16326).
git-svn-id: http://svn.redmine.org/redmine/trunk@12992 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/application.css1
1 files changed, 1 insertions, 0 deletions
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;}