diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-11-26 08:45:09 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-11-26 08:45:09 +0000 |
commit | f60d240af0008252482c48de9a112635455c3493 (patch) | |
tree | 10fa39bc04245c17c708b186e67758b74c0cc7d2 | |
parent | b0f89e68f44cadb5abb3a8aae509c49dc93ea340 (diff) | |
download | redmine-f60d240af0008252482c48de9a112635455c3493.tar.gz redmine-f60d240af0008252482c48de9a112635455c3493.zip |
Boards list layout broken by r15647.
git-svn-id: http://svn.redmine.org/redmine/trunk@15997 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | public/stylesheets/application.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 459d35fcc..29620f386 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -233,6 +233,7 @@ table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; } #role-permissions-trackers table.list th {white-space:normal;} .table-list-cell {display: table-cell; vertical-align: top; padding:2px; } +.table-list div.buttons {width: 15%;} tr.project td.name a { white-space:nowrap; } tr.project.closed, tr.project.archived { color: #aaa; } |