diff --git a/src/main/resources/templates/admin/admin_post.ftl b/src/main/resources/templates/admin/admin_post.ftl index af18efcce..15612bcec 100755 --- a/src/main/resources/templates/admin/admin_post.ftl +++ b/src/main/resources/templates/admin/admin_post.ftl @@ -11,6 +11,7 @@ .draft,.publish,.trash{list-style:none;float:left;margin:0;padding-bottom:10px} #btnNewPost{margin-left:4px;padding:3px 6px;position:relative;top:-4px;border:1px solid #ccc;border-radius:2px;background:#fff;text-shadow:none;font-weight:600;font-size:12px;line-height:normal;color:#3c8dbc;cursor:pointer;transition:all .2s ease-in-out} #btnNewPost:hover{background:#3c8dbc;color:#fff} + .pretty{margin: 0;}

<@spring.message code='admin.posts.title' />

@@ -20,7 +21,8 @@