Feature #28473
closed
Using the classical 'list' view on projects
Added by Paul Webster over 6 years ago.
Updated almost 6 years ago.
Description
I believe quite a few versions back there was a 'list' like view, 1 project per 'row' almost on the project page, is it possible to regain this view?
The style of the projects page was changed in r15910 for Redmine 3.4.0.
You can see projects in a single column if you remove the following lines from public/stylesheets/application.css.
#projects-index {
column-count: auto;
column-width: 400px;
-webkit-column-count: auto;
-webkit-column-width: 400px;
-webkit-column-gap : 0.5rem;
-moz-column-count: auto;
-moz-column-width: 400px;
-moz-column-gap : 0.5rem;
}
- Is duplicate of Defect #26853: Fix hardcoded project-index width for webkit and mozilla browsers added
- Status changed from New to Closed
- Resolution set to Duplicate
Closing as a duplicate of #26853.
This problem was fixed in latest Redmine versions (3.4.8 and 4.0.1), please see #29951 for more details. Now root projects with their subprojects are shown in their own box without breaking on multiple columns.
Any feedback is welcome regarding the new projects page design.
Also available in: Atom
PDF