Project

General

Profile

Actions

Defect #3251

closed

lack of CSS

Added by Tadashi Oh-Ya almost 15 years ago. Updated almost 15 years ago.

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

0%

Estimated time:
Resolution:
Wont fix
Affected version:

Description

(I upgraded redmine from 0.8.3 to svn-trunk.)
(and rake db:migrate RAILS_ENV="production" with no errors.)

There is lack of CSS with Project Tier layout.

I have some Projects:

Project1(tier-1) > Project2(tier-2)
Project3(tier-1)

and I moved Project3 to become a child of Project2:

Project1(tier-1) > Project2(tier-2) > Project3(tier-3)

I receive a HTML as follows.
string "Project3" is displayed bigger than string "Project2".

<div id="quick-search">
  ...
</div>

<h1><a href ... class="root">Project1</a> &#187; <a href ... class="ancestor">Project2</a> &#187; Project3</h1>

<div id="main-menu">
  ...
</div>
Actions #1

Updated by Jean-Philippe Lang almost 15 years ago

  • Status changed from New to Closed
  • Resolution set to Wont fix

This is the desired behaviour, the intermediate projects are displayed smaller.
You can change it with a custom CSS.

Actions

Also available in: Atom PDF