]> source.dussan.org Git - redmine.git/commitdiff
Don't reserve 15% for buttons.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 13 Jul 2016 18:27:04 +0000 (18:27 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 13 Jul 2016 18:27:04 +0000 (18:27 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15647 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 631d172e271f550323264b25083ff7818b005a7c..f1914329b5dd712befaf52a3e4afc114b666ead3 100644 (file)
@@ -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; }