Skip to content

Commit

Permalink
Added a min-width to the header bar.
Browse files Browse the repository at this point in the history
  * fixes bug 955695

Change-Id: I6623e5cc0986aa29798a714e4cc8ac2f1475702a
  • Loading branch information
emmasteimann committed Mar 28, 2012
1 parent e2b3ac8 commit cf815c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openstack_dashboard/static/dashboard/css/style.css
Expand Up @@ -43,6 +43,7 @@ ul {
margin-left: -25px;
margin-bottom: 20px;
margin-right: -25px;
min-width: 700px;
}

.topbar .switcher_bar {
Expand Down Expand Up @@ -90,6 +91,7 @@ h2 {

body {
background-color: #fff;
min-width: 890px;
}

/* Login Splash Page */
Expand Down

0 comments on commit cf815c0

Please sign in to comment.