From 4ab2e7c8552283736eb58394d91f7c34cc9078c8 Mon Sep 17 00:00:00 2001 From: fen Date: Tue, 15 Oct 2013 10:48:21 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/css/style.css | 9 ++------- admin/media.php | 2 +- admin/profile.php | 4 ++-- admin/user.php | 2 +- admin/write-post.php | 7 +++++-- 5 files changed, 11 insertions(+), 13 deletions(-) diff --git a/admin/css/style.css b/admin/css/style.css index dd25a8c1..68c9722d 100644 --- a/admin/css/style.css +++ b/admin/css/style.css @@ -1559,9 +1559,6 @@ ul.typecho-list-notable li .loading { } .typecho-post-area #auto-save-message { - margin-top: 5px; - color: #999; - font-size: .92857em; } /*.typecho-post-area .typecho-preview-label { @@ -1860,10 +1857,8 @@ ul.typecho-list-notable li .loading { } .typecho-attachment-photo-box img { - border: 1px solid #E8EDD6; - background: #fff; - padding: 3px; - max-width: 610px; + border: 1px solid #E6E6E3; + max-width: 100%; } .typecho-mime { diff --git a/admin/media.php b/admin/media.php index 5d3c0a56..7603a226 100644 --- a/admin/media.php +++ b/admin/media.php @@ -13,7 +13,7 @@ Typecho_Widget::widget('Widget_Contents_Attachment_Edit')->to($attachment);
attachment->isImage): ?> - <?php $attachment->attachment->name(); ?> +

<?php $attachment->attachment->name(); ?>

diff --git a/admin/profile.php b/admin/profile.php index e9fdee49..c766cffd 100644 --- a/admin/profile.php +++ b/admin/profile.php @@ -10,7 +10,7 @@ $stat = Typecho_Widget::widget('Widget_Stat');
-
+
profileForm()->render(); ?> @@ -30,7 +30,7 @@ $stat = Typecho_Widget::widget('Widget_Stat');
-
+
mail) . '?s=128&r=X' . '&d=" alt="' . $user->screenName . '" />'; ?>

screenName(); ?>
name(); ?>

diff --git a/admin/user.php b/admin/user.php index d6eb5e4f..5688dfab 100644 --- a/admin/user.php +++ b/admin/user.php @@ -9,7 +9,7 @@ include 'menu.php';
-
+
form()->render(); ?>
diff --git a/admin/write-post.php b/admin/write-post.php index 73e59ed7..5328638e 100644 --- a/admin/write-post.php +++ b/admin/write-post.php @@ -42,9 +42,12 @@ Typecho_Widget::widget('Widget_Contents_Post_Edit')->to($post);

content($post); ?>

- - + + 保存于 1 分钟前 + + + From 2fafc94749c4e7dc88632a192e50fa2386feede0 Mon Sep 17 00:00:00 2001 From: fen Date: Tue, 15 Oct 2013 12:07:09 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=8E=A7=E4=BB=B6=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/css/style.css | 45 ++++++++++++++++++++++++++++++--------------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/admin/css/style.css b/admin/css/style.css index d1631a2c..a716ce16 100644 --- a/admin/css/style.css +++ b/admin/css/style.css @@ -676,7 +676,7 @@ margin-top: 25px; */ .typecho-head-nav { padding: 0 10px; - background: #2E3639; + background: #292D33; } .typecho-nav-list { @@ -709,7 +709,7 @@ margin-top: 25px; #typecho-nav-list .parent a:hover, #typecho-nav-list .focus .parent a, #typecho-nav-list .root:hover .parent a { - background: #434A4D; + background: #202328; text-decoration: none; } @@ -718,7 +718,7 @@ margin-top: 25px; position: absolute; top: 36px; margin: 0; - background: #2E3639; + background: #202328; overflow: hidden; z-index: 250; width: 160px; @@ -740,7 +740,10 @@ margin-top: 25px; #typecho-nav-list .child li a:hover, #typecho-nav-list .child li.focus a, #typecho-nav-list .child li.focus a:hover { - background: #434A4D; + background: #292D33; +} +#typecho-nav-list .child li.focus a { + color: #6DA1BB; } #typecho-nav-list .child li a { @@ -912,30 +915,27 @@ margin-top: 25px; .typecho-option-tabs { list-style: none; margin: 0 0 20px; - padding: 10px; - background: #FFF; + padding: 0; } .typecho-option-tabs a { display: block; padding: 0 15px; - height: 24px; - line-height: 24px; - border-radius: 24px; + height: 30px; + line-height: 30px; } .typecho-option-tabs a:hover { - background-color: #ECF3F7; + background-color: #E9E9E6; + color: #666; text-decoration: none; } .typecho-option-tabs li { float: left; - margin-right: 10px; } .typecho-option-tabs li.right { float: right; - margin: 0 0 0 10px; } .typecho-option-tabs li.current a { @@ -2001,8 +2001,7 @@ ul.typecho-list-notable li .loading { } #upload-panel.drag { - border-color: #ccc; - background-color: #e3e3e3; + background-color: #FFF9E8; } #file-list { @@ -2065,7 +2064,23 @@ ul.typecho-list-notable li .loading { margin-top: 20px; border-top: 1px solid #EEE; } -#ui-datepicker-div select { height: 20px; } +#ui-datepicker-div .ui-slider { + position: relative; + margin-top: 18px; + border: 1px solid #E9E9E6; + background-color: #F6F6F3; + height: 4px; +} +#ui-datepicker-div .ui-slider .ui-slider-handle { + position: absolute; + top: -7px; + margin-left: -5px; + z-index: 2; + width: 10px; + height: 16px; + background-color: #467B96; +} + #ui-datepicker-div .ui-datepicker-buttonpane { padding-top: 10px; border-top: 1px solid #EEE;