search box moved and jwt encode/decode with little delay (#1664)

This commit is contained in:
René Zubcevic
2023-11-16 14:42:10 +01:00
committed by GitHub
parent 8450c5a5be
commit 88a321c268
5 changed files with 47 additions and 21 deletions

View File

@ -15,13 +15,8 @@
<link rel="stylesheet" type="text/css" th:href="@{/css/font-awesome.min.css}"/>
<link rel="stylesheet" type="text/css" th:href="@{/css/animate.css}"/>
<link rel="stylesheet" type="text/css" th:href="@{/css/coderay.css}"/>
<!-- <link rel="stylesheet" type="text/css" th:href="@{/css/asciidoctor-default.css}"/>-->
<!-- end of CSS -->
<!-- JS -->
<!-- <script src="js/modernizr.min.js"></script>-->
<!-- Require.js used to load js asynchronously -->
<script src="js/libs/require.min.js" data-main="js/main"></script>
<meta http-equiv="Content-Type" content="text/id; charset=UTF-8"/>
@ -39,8 +34,9 @@
<div id="lesson-title-wrapper">
</div><!--lesson title end-->
<!--<div class="user-nav pull-right" id="user-and-info-nav" style="margin-right: 75px;">-->
<div style="position: absolute;width:400px; z-index:3; top:22px; right: -90px;">
<div style="position: absolute;width:600px; z-index:3; top:22px; right: -90px;">
<input class="form-control" type="text" id="search" name="search" th:placeholder="#{searchmenu}" style="width:200px;display:inline-block" />
<!-- webwolf menu item -->
<a th:href="@{/WebWolf}" target="_blank">
<button type="button" id="webwolf-button" class="btn btn-default right_nav_button"
@ -151,8 +147,7 @@
</button>
</a>
<input class="form-control" type="text" id="search" name="search" th:placeholder="#{searchmenu}" style="width:60%" />
<script src="js/search.js" ></script>
</div>
</header>