mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
couple more fixes
This commit is contained in:
parent
7845615cd6
commit
e89ffba695
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user