Skip to content

Commit

Permalink
LOCAL: post-merge minimalist style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
holmbergius committed Sep 25, 2024
1 parent e90bcfa commit 498b89d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/bundles/en/header.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

siteName = Wildbook
siteName =
manageUsers = Manage My Accounts
searchPlaceholder = nickname, id, site, encounter nr., etc.
home = Home
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/bundles/es/header.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

siteName = Wildbook
siteName = African Carnivore Wildbook
manageUsers = Administrar mis cuentas
searchPlaceholder = Apodo, id, sitio, encuentro...
home = Inicio
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/bundles/fr/header.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

siteName = Wildbook
siteName =
manageUsers = G\u00E9rer mes comptes
searchPlaceholder = surnom, id, site, rencontre, n\u00b0, etc.
home = Accueil
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 @@ -16,7 +16,9 @@
}

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

.flexbox {
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 @@ -413,7 +413,7 @@ if(request.getUserPrincipal()!=null){
<div class="nav-bar-wrapper" style="background-color: transparent">
<div class="container " style="height: 100%; display: flex; flex-direction: row; align-items: center; justify-content: space-between">
<a class="nav-brand" target="_blank" href="<%=urlLoc %>">
<img src="<%=urlLoc %>/cust/mantamatcher/img/flukebook_logo_white.svg" alt="Logo">
<img src="<%=urlLoc %>/cust/mantamatcher/img/acw_puppy_logo_stacked_left.svg" alt="Logo" style="height:45px;">
</a>
<a class="site-name" target="_blank" href="<%=urlLoc %>">
<%= props.getProperty("siteName") != null ? props.getProperty("siteName") : "Wildbook" %>
Expand Down

0 comments on commit 498b89d

Please sign in to comment.