Project

General

Profile

Actions

Defect #28005

closed

Broken Project page

Added by leonid terekhov about 6 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate
Affected version:

Description

I have problems with the projects page. I use the redmine installed in the docker.

Redmine version 3.4.4


Files


Related issues

Is duplicate of Redmine - Defect #26853: Fix hardcoded project-index width for webkit and mozilla browsersClosed

Actions
Actions #1

Updated by Go MAEDA about 6 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;}
Actions #2

Updated by leonid terekhov about 6 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

Actions #3

Updated by Toshi MARUYAMA about 6 years ago

  • Resolution changed from Invalid to Duplicate
Actions #4

Updated by Toshi MARUYAMA about 6 years ago

  • Is duplicate of Defect #26853: Fix hardcoded project-index width for webkit and mozilla browsers added
Actions #5

Updated by Toshi MARUYAMA about 6 years ago

Actions #6

Updated by Marius BĂLTEANU about 5 years ago

  • Has duplicate deleted (Defect #28122: Organization of Projects)
Actions #7

Updated by Marius BĂLTEANU about 5 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.

Actions

Also available in: Atom PDF