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">
<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>
</div>
<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>
{% if page.navbar_active != "icons" %}
<div class="margin-botom-large">
@ -15,4 +15,4 @@
{% endfor %}
</div>
</{% if page.navbar_active == "icons" %}div{% else %}section{% endif %}>
</section>

View file

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