diff --git a/admin/options.php b/admin/options.php index 19edb1f6..cfe23e59 100644 --- a/admin/options.php +++ b/admin/options.php @@ -3,7 +3,7 @@ * @Author: printempw * @Date: 2016-03-18 22:50:25 * @Last Modified by: printempw - * @Last Modified time: 2016-04-03 11:12:00 + * @Last Modified time: 2016-04-03 13:26:36 */ require "../libraries/session.inc.php"; if (!$user->is_admin) Utils::redirect('../index.php?msg=看起来你并不是管理员'); @@ -77,9 +77,13 @@ $db = new Database\Database('users'); - 最大允许上传大小(KB) + 最大允许上传大小 - +
+ + KB +
+ diff --git a/assets/css/admin.style.css b/assets/css/admin.style.css index 97de26e5..bdd1f945 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-04-03 11:21:29 +* @Last Modified time: 2016-04-03 13:29:12 */ body, .ply-layer { @@ -13,7 +13,6 @@ body, .ply-layer { } input { width: 100%; - margin: 10px 0 20px; } input[type=checkbox] { width: initial; @@ -27,6 +26,9 @@ label { .key { vertical-align: middle !important; } +.value { + width: 70%; +} .value > input { margin: 0 !important; }