From 6f9c585fcc677fc9daa3d43372e3d3a13e8db03a Mon Sep 17 00:00:00 2001 From: fen Date: Mon, 21 Oct 2013 12:20:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20resize=20=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/css/style.css | 6 +++++- admin/scss/style.scss | 7 ++++++- admin/write-page.php | 1 + admin/write-post.php | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/admin/css/style.css b/admin/css/style.css index b927d720..a9484cd0 100644 --- a/admin/css/style.css +++ b/admin/css/style.css @@ -966,11 +966,15 @@ a.operate-reply { .resize { display: block; margin: 2px auto 0; + padding: 2px 0; border: 1px solid #D9D9D6; border-width: 1px 0; width: 60px; - height: 2px; cursor: row-resize; } + .resize i { + display: block; + height: 1px; + background-color: #D9D9D6; } /* 拖动排序 */ .tDnD_whileDrag { diff --git a/admin/scss/style.scss b/admin/scss/style.scss index c1c85775..dcb08aa5 100644 --- a/admin/scss/style.scss +++ b/admin/scss/style.scss @@ -761,11 +761,16 @@ background: #FFF1A8; .resize { display: block; margin: 2px auto 0; + padding: 2px 0; border: 1px solid #D9D9D6; border-width: 1px 0; width: 60px; - height: 2px; cursor: row-resize; + i { + display: block; + height: 1px; + background-color: #D9D9D6; + } } /* 拖动排序 */ diff --git a/admin/write-page.php b/admin/write-page.php index 90dfd96b..cd65c9d1 100644 --- a/admin/write-page.php +++ b/admin/write-page.php @@ -29,6 +29,7 @@ Typecho_Widget::widget('Widget_Contents_Page_Edit')->to($page);

+

diff --git a/admin/write-post.php b/admin/write-post.php index 0b2bc496..c1aad8e7 100644 --- a/admin/write-post.php +++ b/admin/write-post.php @@ -34,7 +34,7 @@ Typecho_Widget::widget('Widget_Contents_Post_Edit')->to($post);

- +