Skip to content

Commit

Permalink
Fixing sidebar layout in IE.
Browse files Browse the repository at this point in the history
This problem is only reproducible when more than one panel group is
present in a dashboard (e.g., when Object Store is enabled in the
Project dashboard).  A crude way to reproduce the problem and verify
a fix is to comment out the "permissions" line in
openstack_dashboard/dashboards/project/containers/panel.py to enable
the second panel group.

The fix required was to remove an unnecessary float:left in
horizon.less that caused problems in IE's layout engine.  The
float:left had no effect on layout in Chrome, Firefox or
Safari(Windows version) in or out.

Fixes: bug #1078735
Change-Id: Idb0f8673d68ba686e1d7440fd2396e9a29b024ef
  • Loading branch information
dklyle committed Feb 8, 2013
1 parent a366264 commit ffe2168
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openstack_dashboard/static/dashboard/less/horizon.less
Expand Up @@ -436,7 +436,6 @@ small {
.main_nav {
list-style: none;
width: 222px;
float: left;
margin: 10px 0 20px 0;
}

Expand Down

0 comments on commit ffe2168

Please sign in to comment.