Defect #28005
closedBroken Project page
0%
Description
I have problems with the projects page. I use the redmine installed in the docker.
Redmine version 3.4.4
Files
Related issues
Updated by Go MAEDA almost 7 years ago
- Status changed from New to Closed
- Resolution set to Invalid
It is not broken but an expected behavior. Redmine 3.4.0 and later display projects in multiple columns (r15910).
If you prefer to see projects in single-column style, modify public/stylesheets/application.css
(remove 10 lines):
Index: public/stylesheets/application.css
===================================================================
--- public/stylesheets/application.css (revision 17180)
+++ public/stylesheets/application.css (working copy)
@@ -565,16 +565,6 @@
ul.projects.root {margin:0; padding:0;}
ul.projects li {list-style-type:none;}
-#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;
-}
#projects-index ul.projects li.root>ul.projects { border-left: 3px solid #e0e0e0; padding-left:1em;}
#projects-index ul.projects li.root {margin-bottom: 1em;}
#projects-index ul.projects li.child {margin-top: 1em;}
Updated by leonid terekhov almost 7 years ago
Go MAEDA wrote:
It is not broken but an expected behavior. Redmine 3.4.0 and later display projects in multiple columns (r15910).
If you prefer to see projects in single-column style, modify
public/stylesheets/application.css
(remove 10 lines):[...]
Thank you
Updated by Toshi MARUYAMA almost 7 years ago
- Resolution changed from Invalid to Duplicate
Updated by Toshi MARUYAMA almost 7 years ago
- Is duplicate of Defect #26853: Fix hardcoded project-index width for webkit and mozilla browsers added
Updated by Toshi MARUYAMA almost 7 years ago
- Has duplicate Defect #28122: Organization of Projects added
Updated by Marius BĂLTEANU almost 6 years ago
- Has duplicate deleted (Defect #28122: Organization of Projects)
Updated by Marius BĂLTEANU almost 6 years ago
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.