couple more fixes

This commit is contained in:
Dave Gandy 2015-01-15 17:05:06 -05:00
parent 7845615cd6
commit e89ffba695
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
<div class="filter-parent" id="search"> <div class="filter-parent" id="search">
<label for="filter-by"><i class="fa fa-search"></i></label> <label for="filter-by"><i class="fa fa-search"></i></label>
<input placeholder="Search" id="filter-by" class="form-control input-lg"> <input placeholder="Search icons" id="filter-by" class="form-control input-lg">
<a href="#" id="filter-clear" class="fa fa-times"></a> <a href="#" id="filter-clear" class="fa fa-times"></a>
</div> </div>
<script> <script>

View File

@ -1,4 +1,4 @@
<{% if page.navbar_active == "icons" %}div{% else %}section{% endif %} id="new"> <section id="new">
<h2 class="page-header">{{ icons | version:site.fontawesome.minor_version | size }} New Icons in {{ site.fontawesome.minor_version }}</h2> <h2 class="page-header">{{ icons | version:site.fontawesome.minor_version | size }} New Icons in {{ site.fontawesome.minor_version }}</h2>
{% if page.navbar_active != "icons" %} {% if page.navbar_active != "icons" %}
<div class="margin-botom-large"> <div class="margin-botom-large">
@ -15,4 +15,4 @@
{% endfor %} {% endfor %}
</div> </div>
</{% if page.navbar_active == "icons" %}div{% else %}section{% endif %}> </section>

View File

@ -1,12 +1,12 @@
.filter-parent { .filter-parent {
position: relative; position: relative;
font-size: 18px; font-size: 18px;
padding-top: 20px; padding-top: 40px;
margin: 0 auto; margin: -20px auto 40px;
label { label {
position: absolute; position: absolute;
left: 17px; left: 17px;
top: 30px; top: 50px;
} }
#filter-by, .hint { #filter-by, .hint {
padding-left: 43px; padding-left: 43px;
@ -20,7 +20,7 @@
text-decoration: none; text-decoration: none;
position: absolute; position: absolute;
right: 18px; right: 18px;
top: 33px; top: 53px;
&.gone { &.gone {
opacity: 0; opacity: 0;
pointer-events: none; pointer-events: none;