diff --git a/admin/css/style.css b/admin/css/style.css index 192e16af..02a08f0a 100644 --- a/admin/css/style.css +++ b/admin/css/style.css @@ -856,10 +856,6 @@ margin-top: 25px; background: #444; } -#typecho-nav-list .focus .parent a { - font-weight: bold; -} - #typecho-nav-list .child { display: none; position:absolute; @@ -1526,7 +1522,7 @@ a.operate-reply { * 不使用表格的列表 */ ul.typecho-list-notable { - margin: 0; + margin: 10px 0 0 0; padding: 0; line-height: 20px; font-size: 13px; diff --git a/admin/javascript/typecho.js b/admin/javascript/typecho.js index 233dc2ef..02d648f2 100644 --- a/admin/javascript/typecho.js +++ b/admin/javascript/typecho.js @@ -41,6 +41,10 @@ $(s.checkEl, this).click(function (e) { clickRow($(this).parents(s.rowEl)); }); + + $('input[type=text],input[type=password],textarea,input[type=submit],input[type=button],a,button').click(function (e) { + e.stopPropagation(); + }); }).click(function () { clickRow(this); }); diff --git a/admin/manage-comments.php b/admin/manage-comments.php index fbba2fd1..a907cace 100644 --- a/admin/manage-comments.php +++ b/admin/manage-comments.php @@ -42,18 +42,22 @@ $comments = Typecho_Widget::widget('Widget_Comments_Admin');
-

: - , -     - : - , - , - , - get('status')): ?>, - - -

-
+ +
+ + +
+
+
-
+ - cid)): ?> @@ -172,6 +175,22 @@ include 'copyright.php'; include 'common-js.php'; ?> -

: - , -     - : - -

-
+ + +
+
-
+ @@ -85,7 +88,6 @@ $stat = Typecho_Widget::widget('Widget_Stat');
-
have()): ?> diff --git a/admin/manage-pages.php b/admin/manage-pages.php index b119642f..70058fa2 100644 --- a/admin/manage-pages.php +++ b/admin/manage-pages.php @@ -17,7 +17,7 @@ $stat = Typecho_Widget::widget('Widget_Stat');
@@ -31,7 +31,7 @@ $stat = Typecho_Widget::widget('Widget_Stat'); -
+ @@ -95,7 +95,6 @@ $stat = Typecho_Widget::widget('Widget_Stat');
-
diff --git a/admin/manage-posts.php b/admin/manage-posts.php index 010054d8..0e6cd7e3 100644 --- a/admin/manage-posts.php +++ b/admin/manage-posts.php @@ -19,7 +19,7 @@ $stat = Typecho_Widget::widget('Widget_Stat'); - +