Project

General

Profile

Strange project view display (Ubuntu)

Added by Rac Ailloux almost 4 years ago

Dears,

I Redmine 4.0.6 from APT on an fresh install of Ubuntu 20.04.

Attached you can see the projects list displayed on a strange 4 columns view.
This does the same from a empty installation and also after importing my database from my previous installation.

I tryed with the default template and also with additional ones.

Did you already see that?
Thanks by advance.

Here are my informations :
Environment:
Redmine version 4.0.6.stable
Ruby version 2.7.0-p0 (2019-12-25) [x86_64-linux-gnu]
Rails version 5.2.3
Environment production
Database adapter Mysql2
Mailer queue ActiveJob::QueueAdapters::AsyncAdapter
Mailer delivery smtp
SCM:
Subversion 1.13.0
Git 2.25.1
Filesystem
Redmine plugins:
no plugin installed


Replies (2)

RE: Strange project view display (Ubuntu) - Added by Go MAEDA almost 4 years ago

The multi-columns projects list is the new view introduced in Redmine 3.4 (r15910). If you prefer the single column view like Redmine 3.3 or earlier, remove the following 10 lines from the file public/stylesheets/application.css.

Index: public/stylesheets/application.css
===================================================================
--- public/stylesheets/application.css    (revision 19758)
+++ public/stylesheets/application.css    (working copy)
@@ -586,16 +586,6 @@
 ul.projects li.root, ul.projects li.child {list-style-type:none;}
 ul.projects div.description li {list-style-type:initial;}

-#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 li.root ul.projects { border-left: 3px solid #e0e0e0; padding-left:1em;}
 #projects-index ul.projects li.root {
   margin-bottom: 1em;

RE: Strange project view display (Ubuntu) - Added by Rac Ailloux almost 4 years ago

So that's not an issue. As I was migrating from an install in 3.4, but with a custom theme, I was not familiar with it.
Thanks a lot.

    (1-2/2)