removed magnifying glass symbol from search field; small changes to nav menu
This commit is contained in:
parent
ad6af25a48
commit
cead812e38
@ -7,3 +7,7 @@ table.dataTable span.dt-column-order::after
|
|||||||
table.dataTable td.action {
|
table.dataTable td.action {
|
||||||
padding: calc(var(--pico-spacing) / 2) var(--pico-spacing);
|
padding: calc(var(--pico-spacing) / 2) var(--pico-spacing);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#text-table_wrapper .dt-search input[type="search"] {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
@ -1,14 +1,15 @@
|
|||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
<a href="{{ url_for('home.home') }}">
|
||||||
<hgroup>
|
<hgroup>
|
||||||
<h2>the_works</h2>
|
<h2>the_works</h2>
|
||||||
<p>Tobias Radloffs Bücher</p>
|
<p>Tobias Radloffs Bücher</p>
|
||||||
</hgroup>
|
</hgroup>
|
||||||
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="{{ url_for('home.home') }}">Home</a></li>
|
|
||||||
<li><a href="{{ url_for('text.all') }}">Texte</a></li>
|
<li><a href="{{ url_for('text.all') }}">Texte</a></li>
|
||||||
<li><a href="{{ url_for('werk.all') }}">Werke</a></li>
|
<li><a href="{{ url_for('werk.all') }}">Werke</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user