diff --git a/admin/copyright.php b/admin/copyright.php index 1785e29c..73e94850 100644 --- a/admin/copyright.php +++ b/admin/copyright.php @@ -1,5 +1,5 @@ -
diff --git a/admin/manage-comments.php b/admin/manage-comments.php index b2e6fe1a..04311b38 100644 --- a/admin/manage-comments.php +++ b/admin/manage-comments.php @@ -10,7 +10,7 @@ $isAllComments = ('on' == $request->get('__typecho_all_comments') || 'on' == Typ
diff --git a/admin/scss/style.scss b/admin/scss/style.scss index 135c9df8..bd0bbc11 100644 --- a/admin/scss/style.scss +++ b/admin/scss/style.scss @@ -650,7 +650,9 @@ a.operate-reply { } .typecho-post-area #advance-panel-btn { - color: #999; + padding: 0 10px; + height: 26px; + font-size: .92857em; } .typecho-post-area #advance-panel { diff --git a/admin/user.php b/admin/user.php index ac8ed1e1..3ea13fb3 100644 --- a/admin/user.php +++ b/admin/user.php @@ -8,7 +8,7 @@ include 'menu.php';