File tree 1 file changed +15
-2
lines changed
web/nuremberg/search/templates/search
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
{% block title %}{% trans 'Advanced Search Syntax Help' %}{% endblock %}
8
8
9
+ {% block extra_head_css %}
10
+ < style >
11
+ .help-header {
12
+ display : flex;
13
+ flex-wrap : nowrap;
14
+ justify-content : space-between;
15
+ }
16
+ .help-link {
17
+ font-size : 14px ;
18
+ }
19
+ </ style >
20
+ {% endblock extra_head_css %}
21
+
9
22
{% block content %}
10
23
< section class ="advanced-search-help ">
11
- < div >
24
+ < div class =" help-header " >
12
25
< h2 > {% trans 'Search Syntax Help' %}</ h2 >
13
- < a href ="{% url 'search:advanced' %} "> Advanced Search Index</ a >
26
+ < div > < a href ="{% url 'search:advanced' %} " class =" help-link " > Advanced Search Index</ a > </ div >
14
27
</ div >
15
28
< p >
16
29
Keyword queries entered into the search box are matched against all descriptive information
You can’t perform that action at this time.
0 commit comments