mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-13 16:45:14 +01:00
search close button fix
This commit is contained in:
parent
bec1d5a480
commit
12bec0d079
@ -57,14 +57,14 @@
|
||||
{% if page.style %}
|
||||
<link rel="stylesheet" href="/assets/css/{{ page.style }}">
|
||||
{% endif %}
|
||||
|
||||
<!-- Picturefill -->
|
||||
<script src="/assets/js/picturefill.min.js" async></script>
|
||||
|
||||
<!-- TypeKit -->
|
||||
<script data-cfasync="false" src="//use.typekit.com/msu4qap.js"></script>
|
||||
<script data-cfasync="false">try{Typekit.load();}catch(e){}</script>
|
||||
|
||||
<!-- Picturefill -->
|
||||
<script src="/assets/js/picturefill.min.js" async></script>
|
||||
|
||||
|
||||
<!-- Canonical URL -->
|
||||
{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' }}{% endif %}{% endcapture %}
|
||||
|
@ -15,10 +15,6 @@ label {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
// infield labels
|
||||
.js form p { position: relative; }
|
||||
.js form p label { position: absolute; top: .6em; left: .6em;}
|
||||
|
||||
select,
|
||||
textarea,
|
||||
.input-text,
|
||||
|
@ -112,7 +112,9 @@
|
||||
.search-close {
|
||||
position: absolute;
|
||||
right: 1em;
|
||||
top: 1em;
|
||||
|
||||
&,
|
||||
&:active { top: 1em; }
|
||||
}
|
||||
|
||||
.topbar .search-area {
|
||||
|
Loading…
Reference in New Issue
Block a user