Project

General

Profile

Actions

Defect #6624

closed

Project horizontal menu layout doesn't wrap

Added by Hans Schmidt over 13 years ago. Updated over 7 years ago.

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

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

The Screenshot defect.png show the defect.

My fix fix.PNG :
File: /redmine-root/app/views/layouts/base.rhtml
Add in line 52: <div style="clear: both;"></div>
Clears the float:left from main-menu / ul / li

  <div id="main-menu">
    <%= render_main_menu(@project) %>
  </div>
  <% end %>
+ <div style="clear: both;"></div>

Edit css:
#header {height:100%; margin:0; padding: 4px 8px 0px 6px; position:relative;}
#main-menu {margin-right: 0px; position: relative; left: 0px;}


Files

defect.png (60.3 KB) defect.png Layout defect Hans Schmidt, 2010-10-11 12:06
fix.PNG (23.5 KB) fix.PNG Layout fix Hans Schmidt, 2010-10-11 12:06

Related issues

Related to Redmine - Feature #12789: Redmine - design studyNew

Actions
Related to Redmine - Feature #10773: Support Nesting MenusNew

Actions
Related to Redmine - Feature #6984: Configure order/position and visbility of tabs in menuNew2010-11-25

Actions
Related to Redmine - Feature #10718: Advanced menu (main,context) configuration like order, aligment, grouping and behaviourNew

Actions
Related to Redmine - Patch #13892: Wraping Mainmenu on long menusClosed

Actions
Related to Redmine - Patch #20632: Tab left/right buttons for project menuClosedJean-Philippe Lang

Actions
Has duplicate Redmine - Defect #14526: Default Theme: Apparent strange behaviour with the main-menu when many submenus are addedClosed

Actions
Has duplicate Redmine - Defect #14489: Wrong CSS for large menuClosed

Actions
Actions

Also available in: Atom PDF