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 ccf05aaa..bb01abb4 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/_header.scss b/admin/scss/_header.scss index 4e9d8a8a..ddf02758 100644 --- a/admin/scss/_header.scss +++ b/admin/scss/_header.scss @@ -52,9 +52,8 @@ } #typecho-nav-list .child { - display: none; position: absolute; - top: 36px; + top: -9999em; margin: 0; min-width: 160px; max-width: 240px; @@ -64,7 +63,7 @@ } #typecho-nav-list .root:hover .child { - display: block; + top: 36px; } #typecho-nav-list .child li a { diff --git a/admin/scss/style.scss b/admin/scss/style.scss index 135c9df8..25804e0c 100644 --- a/admin/scss/style.scss +++ b/admin/scss/style.scss @@ -434,11 +434,11 @@ a.operate-reply { .typecho-list-table tr td .hidden-by-mouse { - visibility: hidden; + @include opacity(0); } .typecho-list-table tr:hover td .hidden-by-mouse { - visibility: visible; + @include opacity(1); } @@ -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/theme-editor.php b/admin/theme-editor.php index cd7576b5..fdaa9ca4 100644 --- a/admin/theme-editor.php +++ b/admin/theme-editor.php @@ -30,6 +30,7 @@ Typecho_Widget::widget('Widget_Themes_Files')->to($files);
+ currentIsWriteable()): ?>readonly>currentContent(); ?>
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';
+ text); ?>
- + remember('text'); ?>
diff --git a/usr/themes/default/style.css b/usr/themes/default/style.css index 05b5479d..70c19c90 100644 --- a/usr/themes/default/style.css +++ b/usr/themes/default/style.css @@ -6,7 +6,6 @@ * @update 2013-10-28 * --------------------------------- */ - /* ------------------ * Gobal style * --------------- */