diff --git a/admin/css/style.css b/admin/css/style.css index e0b0dfb0..036815de 100644 --- a/admin/css/style.css +++ b/admin/css/style.css @@ -147,6 +147,10 @@ button { button:disabled { color: #999; } +.btn-xs { + padding: 0 10px; + height: 25px; } + .btn-s { height: 28px; } @@ -876,8 +880,6 @@ a.operate-reply { font-size: .92857em; } #advance-panel-btn { - padding: 0 10px; - height: 26px; font-size: .92857em; } #advance-panel { @@ -891,8 +893,11 @@ a.operate-reply { display: none; } #custom-field .description { margin: 0; - padding: 10px 0 5px; - border-top: 1px solid #F0F0EC; } + padding: 10px 0; + border-top: 1px solid #F0F0EC; + text-align: right; } + #custom-field .description button { + float: left; } #custom-field .typecho-label { margin: 0; cursor: pointer; } diff --git a/admin/scss/_buttons.scss b/admin/scss/_buttons.scss index b2dd488e..76b50d1c 100644 --- a/admin/scss/_buttons.scss +++ b/admin/scss/_buttons.scss @@ -39,8 +39,16 @@ button { } } +.btn-xs { + padding: 0 10px; + height: 25px; +} .btn-s { height: 28px; } -.btn-l { height: 40px; font-size: 1.14286em; font-weight: bold; } +.btn-l { + height: 40px; + font-size: 1.14286em; + font-weight: bold; +} .primary { @include button(#467B96); diff --git a/admin/scss/style.scss b/admin/scss/style.scss index d0c13f32..5e9c73e0 100644 --- a/admin/scss/style.scss +++ b/admin/scss/style.scss @@ -657,8 +657,6 @@ a.operate-reply { } #advance-panel-btn { - padding: 0 10px; - height: 26px; font-size: .92857em; } @@ -676,8 +674,12 @@ a.operate-reply { .description { margin: 0; - padding: 10px 0 5px; + padding: 10px 0; border-top: 1px solid #F0F0EC; + text-align: right; + button { + float: left; + } } .typecho-label { diff --git a/admin/write-page.php b/admin/write-page.php index c42b501a..d9bd43b9 100644 --- a/admin/write-page.php +++ b/admin/write-page.php @@ -80,7 +80,7 @@ Typecho_Widget::widget('Widget_Contents_Page_Edit')->to($page); option($page); ?> - +
diff --git a/admin/write-post.php b/admin/write-post.php index f96232f0..98b6f3c1 100644 --- a/admin/write-post.php +++ b/admin/write-post.php @@ -42,10 +42,10 @@ Typecho_Widget::widget('Widget_Contents_Post_Edit')->to($post);

-
+ @@ -56,7 +56,7 @@ Typecho_Widget::widget('Widget_Contents_Post_Edit')->to($post); - + @@ -69,25 +69,14 @@ Typecho_Widget::widget('Widget_Contents_Post_Edit')->to($post); - - - - - - - - - - - + -

帮助文档'); ?>

+

+ + 帮助文档'); ?> +

content($post); ?> @@ -134,7 +123,7 @@ Typecho_Widget::widget('Widget_Contents_Post_Edit')->to($post); option($post); ?> - +
pass('editor', true)): ?>