fixed remove button css

This commit is contained in:
yamanq 2016-02-09 17:13:27 -05:00
parent fb16142b0b
commit ed5f7331b2
2 changed files with 6 additions and 2 deletions

View File

@ -127,6 +127,10 @@ h1 {
-moz-transition: color 0.5s ease;
-ms-transition: color 0.5s ease;
transition: color 0.5s ease;
float: right;
margin-top: -59.5%;
margin-right: -17.9%;
}
.fa:hover {

View File

@ -10,14 +10,14 @@
<template name="day">
<p class="type">{{aftertext}} </p><p class="date">{{pretext}} </p>
{{#if allowed}}
<i class="fa fa-times"></i>
<i class="fa fa-times fa-3x"></i>
{{/if}}
</template>
<template name="recent">
<p class="type">{{aftertext}} </p><p class="date">{{pretext}}</p>
{{#if allowed}}
<i class="fa fa-times"></i>
<i class="fa fa-times fa-3x"></i>
{{/if}}
</template>