From 6abe1dbd876ecf62bfd85d17e60461d321c51bd2 Mon Sep 17 00:00:00 2001 From: printempw Date: Sat, 26 Mar 2016 20:20:18 +0800 Subject: [PATCH] added link to user management at overview page --- admin/index.php | 4 +++- assets/css/admin.style.css | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/admin/index.php b/admin/index.php index 24897c0e..5c07feb8 100644 --- a/admin/index.php +++ b/admin/index.php @@ -3,7 +3,7 @@ * @Author: printempw * @Date: 2016-02-03 14:39:50 * @Last Modified by: printempw - * @Last Modified time: 2016-03-26 18:47:49 + * @Last Modified time: 2016-03-26 20:06:00 */ require "../libraries/session.inc.php"; if (!$user->is_admin) header('Location: ../index.php?msg=看起来你并不是管理员'); @@ -25,11 +25,13 @@ $db = new Database\Database();
diff --git a/assets/css/admin.style.css b/assets/css/admin.style.css index 278f337b..e2850537 100644 --- a/assets/css/admin.style.css +++ b/assets/css/admin.style.css @@ -2,7 +2,7 @@ * @Author: printempw * @Date: 2016-02-04 16:47:54 * @Last Modified by: printempw -* @Last Modified time: 2016-03-26 18:41:45 +* @Last Modified time: 2016-03-26 20:14:22 */ @import url(https://fonts.googleapis.com/css?family=Ubuntu); @@ -34,3 +34,7 @@ label { td[class='key'], td[class='value'] { border-top: 0 !important; } +.info-box > a { + color: #333; + font-size: 18px; +}