diff --git a/admin/css/style.css b/admin/css/style.css index 4941e199..5b2372aa 100644 --- a/admin/css/style.css +++ b/admin/css/style.css @@ -423,21 +423,21 @@ button.primary:active, button.primary.active { /** 增加顶部消息样式 by 70 */ .popup { - border-top: none; + border-width: 0 0 1px 0; position: relative; z-index: 10; text-align: center; font-weight: bold; display: none; - -moz-border-radius-topleft: 0; - -moz-border-radius-topright: 0; - -webkit-border-top-left-radius: 0; - -webkit-border-top-right-radius: 0; + -moz-border-radius: 0; + -moz-border-radius: 0; + -webkit-border-radius: 0; + -webkit-border-radius: 0; /* hope IE support border radius, God save me! */ - border-top-left-radius: 0; - border-top-right-radius: 0; + border-radius: 0; + border-radius: 0; } .popup ul { diff --git a/admin/menu.php b/admin/menu.php index 40ca7dcc..85989337 100644 --- a/admin/menu.php +++ b/admin/menu.php @@ -11,3 +11,10 @@ +have() && in_array($notice->noticeType, array('success', 'notice', 'error'))): ?> + + diff --git a/admin/page-title.php b/admin/page-title.php index ee73d4c2..3053d371 100644 --- a/admin/page-title.php +++ b/admin/page-title.php @@ -1,11 +1,4 @@ -have() && in_array($notice->noticeType, array('success', 'notice', 'error'))): ?> - -

title; ?>

-
\ No newline at end of file +