Fix: Navigation and page width styles
Search bar was disappearing
This commit is contained in:
@@ -18,7 +18,7 @@ body {
|
||||
// Primary Layout Elements
|
||||
.page {
|
||||
max-width: 1232px;
|
||||
min-width: 752px;
|
||||
min-width: 768px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
@@ -51,7 +51,7 @@ header, #header {
|
||||
ul#menu {
|
||||
height: 26px;
|
||||
padding: 0;
|
||||
margin: 8px 0 0 8px;
|
||||
margin: 8px 0 0 4px;
|
||||
list-style: none;
|
||||
z-index: 100000;
|
||||
font-size: 0;
|
||||
@@ -64,7 +64,7 @@ header, #header {
|
||||
line-height: @FontSizeDefault * 1.6;
|
||||
|
||||
&.moveRight {
|
||||
margin-left: 40px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
& > a {
|
||||
@@ -174,7 +174,7 @@ header, #header {
|
||||
height: 24px;
|
||||
padding: 5px 8px;
|
||||
font-size: .9em;
|
||||
line-height: 22px;
|
||||
line-height: 24px;
|
||||
text-align: right;
|
||||
color: @white;
|
||||
|
||||
@@ -205,7 +205,7 @@ header, #header {
|
||||
|
||||
&:hover, &:focus {
|
||||
background-color: @white;
|
||||
width: 200px;
|
||||
width: 190px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user