feat: Rename nav classes
This commit is contained in:
parent
a83dc59eb2
commit
65eec5f6bd
4 changed files with 6 additions and 6 deletions
|
|
@ -11,7 +11,7 @@ tags:
|
||||||
{% render 'hippie/partials/header-status', hippie: hippie, links: start %}
|
{% render 'hippie/partials/header-status', hippie: hippie, links: start %}
|
||||||
<main>
|
<main>
|
||||||
<header class="io">
|
<header class="io">
|
||||||
<form id="wwwForm" class="group-input" action="https://duckduckgo.com/">
|
<form id="wwwForm" class="group_nav" action="https://duckduckgo.com/">
|
||||||
<input id="qrySearch" class="input_io" name="q" placeholder="Suchbegriff" type="text" required/>
|
<input id="qrySearch" class="input_io" name="q" placeholder="Suchbegriff" type="text" required/>
|
||||||
<input class="button_io" value="Suchen" type="submit"/>
|
<input class="button_io" value="Suchen" type="submit"/>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ tags:
|
||||||
<section>
|
<section>
|
||||||
<header class="io">
|
<header class="io">
|
||||||
<nav>
|
<nav>
|
||||||
<div class="group-input">
|
<div class="group_nav">
|
||||||
<input id="setSize" value="5" min="1" max="10" step="1" type="range"/>
|
<input id="setSize" value="5" min="1" max="10" step="1" type="range"/>
|
||||||
<label class="right" for="setSize">Größe</label>
|
<label class="right" for="setSize">Größe</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -12,11 +12,11 @@ tags:
|
||||||
<section>
|
<section>
|
||||||
<header class="io">
|
<header class="io">
|
||||||
<nav>
|
<nav>
|
||||||
<div class="group-input">
|
<div class="group_nav">
|
||||||
<button id="addEntry" title="Add entry">
|
<button id="addEntry" title="Add entry">
|
||||||
<i class="bi bi-plus-circle"></i>
|
<i class="bi bi-plus-circle"></i>
|
||||||
</button>
|
</button>
|
||||||
<div class="group-input-wrap"><input id="setScroll" type="checkbox"></div>
|
<div class="wrap_input"><input id="setScroll" type="checkbox"></div>
|
||||||
<label for="setScroll">Scroll to new entry</label>
|
<label for="setScroll">Scroll to new entry</label>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
@ -24,7 +24,7 @@ tags:
|
||||||
<button id="tglIndex" title="Toggle index column">
|
<button id="tglIndex" title="Toggle index column">
|
||||||
<i class="bi bi-hash"></i>
|
<i class="bi bi-hash"></i>
|
||||||
</button>
|
</button>
|
||||||
<div class="group-input">
|
<div class="group_nav">
|
||||||
<select id="sltNum" name="position-number">
|
<select id="sltNum" name="position-number">
|
||||||
<option value="" selected>None</option>
|
<option value="" selected>None</option>
|
||||||
<option value="numeric">123</option>
|
<option value="numeric">123</option>
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2ae30754f0ce21e0de1c229992f4ea1ae82730ba
|
Subproject commit 848754c6150df95207dffa36f388c696330cf56b
|
||||||
Loading…
Add table
Add a link
Reference in a new issue