Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
search-commons-views
Commits
e884eea7
Commit
e884eea7
authored
Aug 31, 2018
by
Gradl, Tobias
Browse files
1178: Render preview images to fit search result view
Task-Url:
https://pm.winseda.de/issues/1178
parent
f09a950e
Changes
2
Hide whitespace changes
Inline
Side-by-side
templates/incl/customSearch.css
View file @
e884eea7
...
...
@@ -74,7 +74,7 @@ div.panel.panel-search-result > .panel-heading,
border-color
:
${
customSearch
.
darkThemeColor
}
;
}
.search-results-image
.
background-banner
{
.search-results-image
.
no-preview-overlay
{
background-color
:
${
customSearch
.
lightThemeColor
}
;
border-color
:
$
{
customSearch.contrastThemeColor
}
;
}
templates/incl/head.jsp
View file @
e884eea7
...
...
@@ -17,7 +17,7 @@
<link
rel=
"stylesheet"
href=
"
<s:url
value=
"/resources/css/${css}"
/>
"
type=
"text/css"
media=
"screen, projection"
/>
</c:forEach>
<c:if
test=
"
${
customSearch
!=
null
}
"
>
<c:if
test=
"
${
customSearch
!=
null
&&
customSearch
.
staticCustomSearch
==
true
}
"
>
<style>
<%@ include
file=
"customSearch.css"
%>
</style>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment