Added a min-width to the header bar.

* fixes bug 955695

Change-Id: I6623e5cc0986aa29798a714e4cc8ac2f1475702a
This commit is contained in:
Emma Steimann 2012-03-21 00:02:45 -05:00
parent e2b3ac8854
commit cf815c08ae

View File

@ -43,6 +43,7 @@ ul {
margin-left: -25px;
margin-bottom: 20px;
margin-right: -25px;
min-width: 700px;
}
.topbar .switcher_bar {
@ -90,6 +91,7 @@ h2 {
body {
background-color: #fff;
min-width: 890px;
}
/* Login Splash Page */