fixed remove button css
This commit is contained in:
parent
fb16142b0b
commit
ed5f7331b2
@ -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 {
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user