diff --git a/admin/css/style.css b/admin/css/style.css index 29c87bfb..07858e99 100644 --- a/admin/css/style.css +++ b/admin/css/style.css @@ -823,7 +823,19 @@ margin-top: 25px; .typecho-page-title h2 { font-size: 1.28571em; } +.typecho-page-title h2 a { + margin-left: 10px; + padding: 3px 6px; + background: #E9E9E6; + font-size: .8em; + border-radius: 2px; +} +.typecho-page-title h2 a:hover { + background: #E6E6E3; + color: #666; + text-decoration: none; +} /** * 后台页面主体 @@ -1564,6 +1576,8 @@ ul.typecho-list-notable li .loading { } .typecho-post-area #auto-save-message { + color: #999; + line-height: 32px; } /*.typecho-post-area .typecho-preview-label { @@ -1635,9 +1649,6 @@ ul.typecho-list-notable li .loading { } .typecho-post-area .submit { - height: 24px; - line-height: 24px; - margin: 15px 0px 20px; } .typecho-post-area .right { diff --git a/admin/manage-medias.php b/admin/manage-medias.php index 7a229bb0..66c87e5a 100644 --- a/admin/manage-medias.php +++ b/admin/manage-medias.php @@ -37,12 +37,12 @@ $stat = Typecho_Widget::widget('Widget_Stat');
- + - - - + + + diff --git a/admin/manage-metas.php b/admin/manage-metas.php index 453665de..b98ea052 100644 --- a/admin/manage-metas.php +++ b/admin/manage-metas.php @@ -37,10 +37,10 @@ include 'menu.php';
- - + + - + diff --git a/admin/manage-pages.php b/admin/manage-pages.php index 80399eb5..792acea2 100644 --- a/admin/manage-pages.php +++ b/admin/manage-pages.php @@ -35,12 +35,12 @@ $stat = Typecho_Widget::widget('Widget_Stat');
- + - - - - + + + + diff --git a/admin/manage-posts.php b/admin/manage-posts.php index 4c731dca..0cbf42fe 100644 --- a/admin/manage-posts.php +++ b/admin/manage-posts.php @@ -46,10 +46,10 @@ $stat = Typecho_Widget::widget('Widget_Stat'); + - - + diff --git a/admin/write-post.php b/admin/write-post.php index 21011add..e0a746ee 100644 --- a/admin/write-post.php +++ b/admin/write-post.php @@ -15,7 +15,7 @@ Typecho_Widget::widget('Widget_Contents_Post_Edit')->to($post); 删除它', $postModifyDate->word(), Typecho_Common::url('/action/contents-post-edit?do=deleteDraft&cid=' . $post->cid, $options->index)); ?> - +

routingTable['post']['url'], $options->index); list ($scheme, $permalink) = explode(':', $permalink, 2);