Added content search box, currently non-functional.

This commit is contained in:
WrinklyNinja
2014-07-20 13:52:14 +01:00
parent 950f38c550
commit 1beb150a39
2 changed files with 8 additions and 3 deletions
+7 -3
View File
@@ -113,7 +113,7 @@ nav {
nav > ol {
padding-left: 1em;
list-style-type: none;
height: calc(100% - 3em);
height: calc(100% - 4em);
}
nav > ol > li:nth-child(3) {
height: calc(100% - 7em);
@@ -124,10 +124,10 @@ nav > ol > li:nth-child(3) {
height: 100%;
overflow: auto;
}
nav li {
nav li:not(:last-child) {
padding: 0.5em 0.5em;
}
nav > ol > li:last-child {
#filtersToggle {
cursor: pointer;
}
nav > ol > li:not(:nth-child(3)):hover, #pluginsNav li:hover {
@@ -151,6 +151,10 @@ nav a {
display: inline-block;
width: 1.2em;
}
#searchBox {
padding: 0.3em 0.6em;
width: 100%;
}
#main {
overflow: auto;
flex-shrink: 10;
+1
View File
@@ -455,6 +455,7 @@
</div>
</ol>
<li id="filtersToggle"><span class="fa fa-fw fa-filter"></span>Filters
<li><input id="searchBox" type="search" placeholder="Search content...">
</ol>
</nav>
<div id="main">