Skip to content
Snippets Groups Projects

Changes to search functionality.

Merged Liam Driscoll requested to merge 22-hotfix-templating-directory into development
Files
5
@@ -19,6 +19,11 @@ overflow, float, display
@@ -19,6 +19,11 @@ overflow, float, display
body {
body {
margin: 0;
margin: 0;
padding: 0;
padding: 0;
 
 
/* Below styling used for footer position. */
 
display: flex;
 
min-height: 100vh;
 
flex-direction: column;
}
}
ul, li {
ul, li {
@@ -48,6 +53,7 @@ a {
@@ -48,6 +53,7 @@ a {
header #pageHeader
header #pageHeader
div #headerDiv
div #headerDiv
 
a #headerText #headerImg
nav #headerNav .navBar
nav #headerNav .navBar
ul .Right, ul .Left
ul .Right, ul .Left
li a
li a
@@ -71,11 +77,11 @@ header #pageHeader
@@ -71,11 +77,11 @@ header #pageHeader
#headerText {
#headerText {
width: 100%;
width: 100%;
margin-left: -220px;
margin-left: -240px;
}
}
#headerImg {
#headerImg {
width: 180px;
width: 200px;
height: 65px;
height: 65px;
margin-top: -10px;
margin-top: -10px;
margin-right: 20px;
margin-right: 20px;
@@ -93,11 +99,6 @@ header #pageHeader
@@ -93,11 +99,6 @@ header #pageHeader
padding: 7.5px 10px;
padding: 7.5px 10px;
}
}
#headerNav img {
width: 55px;
height: 20px;
}
/* [#2] Page navigation styling. Used in [#1] and [#4]. */
/* [#2] Page navigation styling. Used in [#1] and [#4]. */
.navBar {
.navBar {
@@ -130,7 +131,10 @@ main #pageMain
@@ -130,7 +131,10 @@ main #pageMain
*/
*/
#pageMain {}
#pageMain {
 
/* Below styling used for footer position. */
 
flex: 1;
 
}
#recordForm {
#recordForm {
margin-left: 5px;
margin-left: 5px;
Loading