2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Restyled delete post-settings menu item

This commit is contained in:
John O'Nolan 2013-09-17 13:02:20 +01:00
parent d674996dce
commit 14d07ef98a
3 changed files with 21 additions and 4 deletions

View file

@ -632,8 +632,25 @@ body.zen {
.entry-settings-menu {
position: absolute;
bottom: 40px;
right: -5px;
bottom: 45px;
right: -3px;
li {
a {
padding: 10px 15px;
&:before {
font-size: 11px;
line-height: 1em;
}
}
}
.delete {
@include icon($i-trash) { position: relative; top: -2px; };
&:hover { background: $red; }
}
}
#entry-actions {

View file

@ -145,7 +145,7 @@ $i-archive: \e01f;
$i-services: \e020;
$i-appearance: \e021;
$i-video: \e022;
$i-remove: \e023;
$i-trash: \e023;
$i-reply: \e024;
$i-stats: \e025;
$i-featured: \e026;

View file

@ -60,7 +60,7 @@
<input class="post-setting-date" type="text" value=""><!--<span class="post-setting-calendar"></span>-->
</div>
</li>
<li><a href="#" class="delete hidden">Delete</a></li>
<li><a href="#" class="delete hidden">Delete This Post</a></li>
</ul>
</section>