From 35abf16f7d14511888e57c52fb40f116a8b39162 Mon Sep 17 00:00:00 2001 From: ibuler Date: Wed, 17 Aug 2016 00:22:33 +0800 Subject: [PATCH] Modify panel color --- apps/static/css/style.css | 12 ++++++++++++ apps/users/templates/users/user_detail.html | 8 ++++---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/apps/static/css/style.css b/apps/static/css/style.css index 2dc7a2591..38dd7400d 100644 --- a/apps/static/css/style.css +++ b/apps/static/css/style.css @@ -4571,3 +4571,15 @@ body.skin-3 { } .n-invalid {border: 1px solid #f00;} + +.primary-panel { + border-color: #1ab394; + border-style: solid; + border-width: 1px +} + +.info-panel { + border-color: #23c6c8; + border-style: solid; + border-width: 1px +} \ No newline at end of file diff --git a/apps/users/templates/users/user_detail.html b/apps/users/templates/users/user_detail.html index c3421bc59..ae59d61aa 100644 --- a/apps/users/templates/users/user_detail.html +++ b/apps/users/templates/users/user_detail.html @@ -119,7 +119,7 @@
-
+
@@ -141,12 +141,12 @@
-
- {{ user.name }} +
+ 用户组
-
+