Skip to content

Commit

Permalink
LOCAL: standardize header
Browse files Browse the repository at this point in the history
  • Loading branch information
holmbergius committed Jan 24, 2025
1 parent 3c101d5 commit 5f06d34
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ label { font-weight: normal; }
clear: both;
float: none;
display: block;
background: url(../img/wildbook_logo_white.svg) no-repeat;
background: url(../img/wildbook_logo_white.svg) no-repeat center;
}

// @media (min-width: @screen-sm) {
Expand Down
16 changes: 9 additions & 7 deletions src/main/webapp/cust/mantamatcher/styles/_custom.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ h5 { text-decoration: underline; }

.brand-primary { color: @brand-primary; }

.page-content hr {
border: 1px solid @brand-primary;
width: 90%;
margin-top: 30px;
margin-bottom: 30px;
.page-content hr {
border: 3px solid @brand-primary;
width: 80%;
margin-top: 60px;
margin-bottom: 60px;
}

.page-content a { text-decoration: underline; }
Expand All @@ -49,9 +49,11 @@ h5 { text-decoration: underline; }
margin-bottom: 80px;
}

/*
@media (min-width: @screen-md) {
.maincontent { margin-top: 100px; }
}
*/

.img-container img {
overflow: hidden;
Expand Down Expand Up @@ -477,8 +479,8 @@ form table td, form table th {

.hero { position: relative; }

.hero .container {
margin-top: 21%;
.hero .container {
margin-top: 10%;
}

.hero h2 {
Expand Down
2 changes: 2 additions & 0 deletions src/main/webapp/cust/mantamatcher/styles/_wildbook.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
background: url(../images/lock-icon-tiny.png) no-repeat;
}

/*
.maincontent {
padding-top: 30px;
}
*/

.flexbox {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/header.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ if(request.getUserPrincipal()!=null){
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><%=props.getProperty("search")%><span class="svg-placeholder"></span> </a>
<ul class="dropdown-menu" role="menu">

<li><a href="<%=urlLoc %>/react/encounter-search"><%=props.getProperty("encounters")%></a></li>
<% if (Util.booleanNotFalse(CommonConfiguration.getProperty("showClassicEncounters", context))) { %>
<li><a href="<%=urlLoc %>/encounters/encounterSearch.jsp" ><%=props.getProperty("encountersClassic")%></a></li>
Expand Down Expand Up @@ -684,4 +685,3 @@ if(request.getUserPrincipal()!=null){
</header>

<!-- ****/header**** -->

0 comments on commit 5f06d34

Please sign in to comment.