fixed remove button css
This commit is contained in:
parent
fb16142b0b
commit
ed5f7331b2
@ -127,6 +127,10 @@ h1 {
|
|||||||
-moz-transition: color 0.5s ease;
|
-moz-transition: color 0.5s ease;
|
||||||
-ms-transition: color 0.5s ease;
|
-ms-transition: color 0.5s ease;
|
||||||
transition: color 0.5s ease;
|
transition: color 0.5s ease;
|
||||||
|
float: right;
|
||||||
|
margin-top: -59.5%;
|
||||||
|
margin-right: -17.9%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa:hover {
|
.fa:hover {
|
||||||
|
|||||||
@ -10,14 +10,14 @@
|
|||||||
<template name="day">
|
<template name="day">
|
||||||
<p class="type">{{aftertext}} </p><p class="date">{{pretext}} </p>
|
<p class="type">{{aftertext}} </p><p class="date">{{pretext}} </p>
|
||||||
{{#if allowed}}
|
{{#if allowed}}
|
||||||
<i class="fa fa-times"></i>
|
<i class="fa fa-times fa-3x"></i>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template name="recent">
|
<template name="recent">
|
||||||
<p class="type">{{aftertext}} </p><p class="date">{{pretext}}</p>
|
<p class="type">{{aftertext}} </p><p class="date">{{pretext}}</p>
|
||||||
{{#if allowed}}
|
{{#if allowed}}
|
||||||
<i class="fa fa-times"></i>
|
<i class="fa fa-times fa-3x"></i>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user