diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-03-14 18:19:26 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-03-14 18:19:26 +0000 |
commit | a0db91e2ab4b6d5cbe608d54a88b529c5e92ea69 (patch) | |
tree | a011f3e60270af739c15e7db3df0d2347faa94db /public | |
parent | 8c7898bb5db0d29cd418eac3c6e27191cf3571ed (diff) | |
download | redmine-a0db91e2ab4b6d5cbe608d54a88b529c5e92ea69.tar.gz redmine-a0db91e2ab4b6d5cbe608d54a88b529c5e92ea69.zip |
Removes issues/list_simple partial, no longer used.
git-svn-id: http://svn.redmine.org/redmine/trunk@16401 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 1b0206d7c..99a034a2f 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -361,11 +361,6 @@ table.boards td.last-message {text-align:left;font-size:80%;} div.table-list.boards .table-list-cell.name {width: 30%;} -#content table.list-simple {table-layout:fixed;} -#content table.list-simple td {white-space:nowrap; overflow:hidden; text-overflow: ellipsis; text-align:left;} -#content table.list-simple th.id, #content table.list-simple th.project {width:18%;} -#content table.list-simple th.status {width:14%;} - table.messages td.last_message {text-align:left;} #query_form_content {font-size:90%;} |