Added a min-width to the header bar.
* fixes bug 955695 Change-Id: I6623e5cc0986aa29798a714e4cc8ac2f1475702a
This commit is contained in:
parent
e2b3ac8854
commit
cf815c08ae
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user