Skip to content

Commit

Permalink
Solving issues after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
clam2310 committed Jun 16, 2020
1 parent bc424e4 commit 47bfa39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/webapp/WEB-INF/views/includesrunner.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
<script type="text/javascript" src="${contextpath}/resources/js/jquery.validate.js?version=<%@include file="version.txt" %>"></script>
<script type="text/javascript" src="${contextpath}/resources/js/scroll-sneak.js?version=<%@include file="version.txt" %>"></script>
<script type="text/javascript" src="${contextpath}/resources/js/system.js?version=<%@include file="version.txt" %>"></script>

<script src="https://ec.europa.eu/wel/cookie-consent/consent.js" type="text/javascript"></script>

<script type="text/javascript">
if (top != self) top.location=location;
Expand Down
4 changes: 4 additions & 0 deletions src/main/webapp/resources/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -1968,6 +1968,10 @@ a {
word-break: break-all;
}
#cookie-consent-banner {
z-index: 999999;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
cursor: default !important;
}
Expand Down

0 comments on commit 47bfa39

Please sign in to comment.