Skip to content

Commit

Permalink
logo swap and css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaStere42 committed Sep 3, 2024
1 parent 48c9c99 commit 79e2373
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/encounters/encounter.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,7 @@ if(CommonConfiguration.showProperty("showCountry",context)){
<div style="background-color: #E8E8E8;padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 10px;">
<!-- START IDENTITY ATTRIBUTE -->
<% if ((isOwner || encounterCanBeEditedByAnyLoggedInUser) && CommonConfiguration.isCatalogEditable(context)) { %>
<h2><img align="absmiddle" src="../images/wild-me-logo-only-100-100.png" width="40px" height="40px" /> <%=encprops.getProperty("identity") %>
<h2><img align="absmiddle" src="../images/WildMe-Logo-04.png" width="40px" height="40px" /> <%=encprops.getProperty("identity") %>
<button class="btn btn-md" type="button" name="button" id="editIdentity">Edit</button>
<button class="btn btn-md" type="button" name="button" id="closeEditIdentity" style="display:none;">Close Edit</button>
</h2>
Expand Down Expand Up @@ -1591,7 +1591,7 @@ if(CommonConfiguration.showProperty("showCountry",context)){
}
else {
%>
<h2><img align="absmiddle" src="../images/wild-me-logo-only-100-100.png" width="40px" height="40px" /> <%=encprops.getProperty("identity") %></h2>
<h2><img align="absmiddle" src="../images/WildMe-Logo-04.png" width="40px" height="40px" /> <%=encprops.getProperty("identity") %></h2>
<%
}
%>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/encounters/encounterCR.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ td.measurement{
position: absolute !important;
top: 0px !important;
left: 0px !important;
z-index: 1 !imporant;
z-index: 1 !important;
width: 100% !important;
height: 100% !important;
margin-top: 0px !important;
Expand Down
Binary file not shown.
Binary file removed src/main/webapp/images/wild-me-logo-only-100-100.png
Binary file not shown.
Binary file removed src/main/webapp/images/wildbookIntelligentAgent.gif
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/webapp/individualDistanceSearchResults.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<div class="container maincontent">


<h1><img src="images/wild-me-logo-only-100-100.png" width="35"
<h1><img src="images/WildMe-Logo-04.png" width="35"
align="absmiddle"/>
<%=props.getProperty("title")%> <a href="individuals.jsp?number=<%=individualDistanceSearchID %>"><%=individualDistanceSearchID %></a>
</h1>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/individualSearch.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ context=ServletUtilities.getContext(request);
position: absolute !important;
top: 0px !important;
left: 0px !important;
z-index: 1 !imporant;
z-index: 1 !important;
width: 100% !important;
height: 100% !important;
margin-top: 0px !important;
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/occurrenceSearch.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ context=ServletUtilities.getContext(request);
position: absolute !important;
top: 0px !important;
left: 0px !important;
z-index: 1 !imporant;
z-index: 1 !important;
width: 100% !important;
height: 100% !important;
margin-top: 0px !important;
Expand Down Expand Up @@ -119,7 +119,7 @@ context=ServletUtilities.getContext(request);
<h1 class="intro"><strong><span class="para">
<img src="images/wild-me-logo-only-100-100.png" width="50" align="absmiddle"/></span></strong>
<img src="images/WildMe-Logo-04.png" width="50" align="absmiddle"/></span></strong>
<%=titleString%>
</h1>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/submit.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ function doAjaxForProject(requestJSON,userId){
position: absolute !important;
top: 0px !important;
left: 0px !important;
z-index: 1 !imporant;
z-index: 1 !important;
width: 100% !important;
height: 100% !important;
margin-top: 0px !important;
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/surveys/surveySearch.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ context=ServletUtilities.getContext(request);
position: absolute !important;
top: 0px !important;
left: 0px !important;
z-index: 1 !imporant;
z-index: 1 !important;
width: 100% !important;
height: 100% !important;
margin-top: 0px !important;
Expand Down Expand Up @@ -146,7 +146,7 @@ String formAction="surveySearchResults.jsp";
<h1 class="intro"><strong><span class="para">
<img src="../images/wild-me-logo-only-100-100.png" width="50" align="absmiddle"/></span></strong>
<img src="../images/WildMe-Logo-04.png" width="50" align="absmiddle"/></span></strong>
<%=titleString%>
</h1>
</p>
Expand Down

0 comments on commit 79e2373

Please sign in to comment.