Fix: Navigation and page width styles

Search bar was disappearing
This commit is contained in:
Gary Sharp
2014-02-04 12:08:59 +11:00
parent cc4682875b
commit 6bacf6e3a5
5 changed files with 17 additions and 17 deletions
+5 -5
View File
@@ -3293,7 +3293,7 @@ body.layout {
} }
.page { .page {
max-width: 1232px; max-width: 1232px;
min-width: 752px; min-width: 768px;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }
@@ -3328,7 +3328,7 @@ header nav ul#menu,
#header nav ul#menu { #header nav ul#menu {
height: 26px; height: 26px;
padding: 0; padding: 0;
margin: 8px 0 0 8px; margin: 8px 0 0 4px;
list-style: none; list-style: none;
z-index: 100000; z-index: 100000;
font-size: 0; font-size: 0;
@@ -3343,7 +3343,7 @@ header nav ul#menu > li,
} }
header nav ul#menu > li.moveRight, header nav ul#menu > li.moveRight,
#header nav ul#menu > li.moveRight { #header nav ul#menu > li.moveRight {
margin-left: 40px; margin-left: 20px;
} }
header nav ul#menu > li > a, header nav ul#menu > li > a,
#header nav ul#menu > li > a { #header nav ul#menu > li > a {
@@ -3450,7 +3450,7 @@ header #headerMenu,
height: 24px; height: 24px;
padding: 5px 8px; padding: 5px 8px;
font-size: .9em; font-size: .9em;
line-height: 22px; line-height: 24px;
text-align: right; text-align: right;
color: #ffffff; color: #ffffff;
} }
@@ -3484,7 +3484,7 @@ header #SearchQuery:hover,
header #SearchQuery:focus, header #SearchQuery:focus,
#header #SearchQuery:focus { #header #SearchQuery:focus {
background-color: #ffffff; background-color: #ffffff;
width: 200px; width: 190px;
} }
header .watermark, header .watermark,
#header .watermark { #header .watermark {
File diff suppressed because one or more lines are too long
+5 -5
View File
@@ -92,7 +92,7 @@ body.layout {
} }
.page { .page {
max-width: 1232px; max-width: 1232px;
min-width: 752px; min-width: 768px;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }
@@ -127,7 +127,7 @@ header nav ul#menu,
#header nav ul#menu { #header nav ul#menu {
height: 26px; height: 26px;
padding: 0; padding: 0;
margin: 8px 0 0 8px; margin: 8px 0 0 4px;
list-style: none; list-style: none;
z-index: 100000; z-index: 100000;
font-size: 0; font-size: 0;
@@ -142,7 +142,7 @@ header nav ul#menu > li,
} }
header nav ul#menu > li.moveRight, header nav ul#menu > li.moveRight,
#header nav ul#menu > li.moveRight { #header nav ul#menu > li.moveRight {
margin-left: 40px; margin-left: 20px;
} }
header nav ul#menu > li > a, header nav ul#menu > li > a,
#header nav ul#menu > li > a { #header nav ul#menu > li > a {
@@ -249,7 +249,7 @@ header #headerMenu,
height: 24px; height: 24px;
padding: 5px 8px; padding: 5px 8px;
font-size: .9em; font-size: .9em;
line-height: 22px; line-height: 24px;
text-align: right; text-align: right;
color: #ffffff; color: #ffffff;
} }
@@ -283,7 +283,7 @@ header #SearchQuery:hover,
header #SearchQuery:focus, header #SearchQuery:focus,
#header #SearchQuery:focus { #header #SearchQuery:focus {
background-color: #ffffff; background-color: #ffffff;
width: 200px; width: 190px;
} }
header .watermark, header .watermark,
#header .watermark { #header .watermark {
+5 -5
View File
@@ -18,7 +18,7 @@ body {
// Primary Layout Elements // Primary Layout Elements
.page { .page {
max-width: 1232px; max-width: 1232px;
min-width: 752px; min-width: 768px;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }
@@ -51,7 +51,7 @@ header, #header {
ul#menu { ul#menu {
height: 26px; height: 26px;
padding: 0; padding: 0;
margin: 8px 0 0 8px; margin: 8px 0 0 4px;
list-style: none; list-style: none;
z-index: 100000; z-index: 100000;
font-size: 0; font-size: 0;
@@ -64,7 +64,7 @@ header, #header {
line-height: @FontSizeDefault * 1.6; line-height: @FontSizeDefault * 1.6;
&.moveRight { &.moveRight {
margin-left: 40px; margin-left: 20px;
} }
& > a { & > a {
@@ -174,7 +174,7 @@ header, #header {
height: 24px; height: 24px;
padding: 5px 8px; padding: 5px 8px;
font-size: .9em; font-size: .9em;
line-height: 22px; line-height: 24px;
text-align: right; text-align: right;
color: @white; color: @white;
@@ -205,7 +205,7 @@ header, #header {
&:hover, &:focus { &:hover, &:focus {
background-color: @white; background-color: @white;
width: 200px; width: 190px;
} }
} }
File diff suppressed because one or more lines are too long