From c58ef2b6b71c2d7127dcb19cb53db37549edbbb0 Mon Sep 17 00:00:00 2001 From: fen Date: Wed, 16 Oct 2013 15:22:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=99=BB=E5=BD=95=E3=80=81?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/css/style.css | 68 ++++++--------------------- admin/login.php | 84 ++++++++++++++++----------------- admin/register.php | 110 +++++++++++++++++++++----------------------- 3 files changed, 107 insertions(+), 155 deletions(-) diff --git a/admin/css/style.css b/admin/css/style.css index 534623d0..83e04f7a 100644 --- a/admin/css/style.css +++ b/admin/css/style.css @@ -142,6 +142,10 @@ textarea { input[type="radio"], input[type="checkbox"] { margin-right: 3px; } input.text-s { padding: 5px; } +input.text-l { + padding: 10px; + font-size: 1.14286em; +} .w-10 { width: 10%; } .w-20 { width: 20%; } @@ -177,9 +181,8 @@ button { background-image: linear-gradient(#fcfcfc, #eeeeee); } -.btn-s { - height: 28px; -} +.btn-s { height: 28px; } +.btn-l { height: 40px; font-size: 1.14286em; font-weight: bold; } button.primary { border-color: #8ABAD7; @@ -614,61 +617,18 @@ margin-top: 25px; * 登录框 */ .typecho-login { - position: relative; - margin: 15% auto; -} - -.typecho-login form { - background: #e5ead1; - margin: 0 10px; - padding: 25px 20px; - font-size: 13px; -} - -.typecho-login legend { - display: none; -} - -.typecho-login label { -} - -.typecho-login input.text { -} - -.typecho-login form p { - margin-bottom:15px; -} - -.typecho-login form p.submit { - margin: 5px 0px 0px 0px; - position: relative; -} - -.typecho-login form p.submit button { - position: absolute; - right: 0px; - top: 0px; + margin: 150px auto 0; + width: 280px; + height: 100%; + text-align: center; } .typecho-login .more-link { - font-size: 13px; - margin: 10px auto; - padding: 0 10px; - clear: both; - overflow: hidden; + margin-top: 2em; + color: #CCC; } +.typecho-login .more-link a { margin: 0 3px; } -.typecho-login .more-link .back-to-site { - float: left; - width: 120px; - text-align: left; -} - -.typecho-login .more-link .forgot-password { - float: right; - width: 120px; - text-align: right; -} /** @@ -811,7 +771,7 @@ margin-top: 25px; } .typecho-foot .resource a { - margin: 0 2px; + margin: 0 3px; color: #999; } diff --git a/admin/login.php b/admin/login.php index bed95f62..893b6846 100644 --- a/admin/login.php +++ b/admin/login.php @@ -5,51 +5,47 @@ include 'header.php'; $rememberName = Typecho_Cookie::get('__typecho_remember_name'); Typecho_Cookie::delete('__typecho_remember_name'); ?> -
-
- + +hasLogin()): ?> + have() && in_array($notice->noticeType, array('success', 'notice', 'error'))): ?> + + + + + + +