Project

General

Profile

Actions

Defect #9611

closed

Sidebar

Added by Kaushik Ramkrishnan over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Urgent
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-11-19
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

The sidebar is not aligning to the right of the content window instead it is floating down. I tried changing the float property in the base.rhtml file but still it goes to the bottom. Please help me out. I am attaching a screenshot of the same


Files

Screen_Shot_2011-11-19_at_4.39.34_PM.png (177 KB) Screen_Shot_2011-11-19_at_4.39.34_PM.png Kaushik Ramkrishnan, 2011-11-19 22:42
Sidebar.png (155 KB) Sidebar.png Kaushik Ramkrishnan, 2011-11-21 16:26
Actions #1

Updated by Jean-Philippe Lang over 12 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid

This problem doesn't occur with default themes.

Actions #2

Updated by Kaushik Ramkrishnan over 12 years ago

Sir,

It is happening with default theme too.

Actions #3

Updated by Mischa The Evil over 12 years ago

I'm not able to reproduce this with the default themes on a vanilla Redmine (source:/trunk@7853) either.

Actions #4

Updated by Kaushik Ramkrishnan over 12 years ago

Sir,

It happened when I created a sub project and then deleted the same. After I went back to the issue list for the parent project,the issue list floated to the right and when I went to check the base.rhtml file, I could see that the content and sidebar statements were not as it should be. I was able to fix the floating issue list but the sidebar still sticks to the bottom on the right side. I also tried using the clear property for it, and it was still the same. Below is the code snippet from that file.

<%= tag('div', {:id => 'main', :class => (has_content?(:sidebar) ? '' : 'nosidebar')}, true) %>

&lt;div id="content"&gt;
<%= render_flash_messages >
<
= yield >
<
= call_hook :view_layouts_base_content %>
&lt;div style="clear:none;"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div id="sidebar"&gt;        
<%= yield :sidebar >
<
= call_hook :view_layouts_base_sidebar %>
&lt;/div&gt;

</div>

Actions

Also available in: Atom PDF