1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 09:56:51 +01:00

search close button fix

This commit is contained in:
Matthias Kretschmann 2013-12-15 13:30:36 +01:00
parent bec1d5a480
commit 12bec0d079
3 changed files with 6 additions and 8 deletions

View File

@ -57,14 +57,14 @@
{% if page.style %} {% if page.style %}
<link rel="stylesheet" href="/assets/css/{{ page.style }}"> <link rel="stylesheet" href="/assets/css/{{ page.style }}">
{% endif %} {% endif %}
<!-- Picturefill -->
<script src="/assets/js/picturefill.min.js" async></script>
<!-- TypeKit --> <!-- TypeKit -->
<script data-cfasync="false" src="//use.typekit.com/msu4qap.js"></script> <script data-cfasync="false" src="//use.typekit.com/msu4qap.js"></script>
<script data-cfasync="false">try{Typekit.load();}catch(e){}</script> <script data-cfasync="false">try{Typekit.load();}catch(e){}</script>
<!-- Picturefill -->
<script src="/assets/js/picturefill.min.js" async></script>
<!-- Canonical URL --> <!-- Canonical URL -->
{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' }}{% endif %}{% endcapture %} {% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' }}{% endif %}{% endcapture %}

View File

@ -15,10 +15,6 @@ label {
cursor: pointer; cursor: pointer;
} }
// infield labels
.js form p { position: relative; }
.js form p label { position: absolute; top: .6em; left: .6em;}
select, select,
textarea, textarea,
.input-text, .input-text,

View File

@ -112,7 +112,9 @@
.search-close { .search-close {
position: absolute; position: absolute;
right: 1em; right: 1em;
top: 1em;
&,
&:active { top: 1em; }
} }
.topbar .search-area { .topbar .search-area {