Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
35abf16f
Commit
35abf16f
authored
Aug 16, 2016
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify panel color
parent
c14eb421
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
4 deletions
+17
-4
style.css
apps/static/css/style.css
+13
-0
user_detail.html
apps/users/templates/users/user_detail.html
+4
-4
No files found.
apps/static/css/style.css
View file @
35abf16f
...
...
@@ -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
apps/users/templates/users/user_detail.html
View file @
35abf16f
...
...
@@ -119,7 +119,7 @@
<div
class=
"ibox-tools"
>
</div>
</div>
<div
class=
"ibox-content
"
style=
"border-color: #1ab394; border-style: solid solid solid; border-width: 1px
"
>
<div
class=
"ibox-content
primary-panel
"
>
<table
class=
"table"
>
<tbody>
<tr>
...
...
@@ -141,12 +141,12 @@
</div>
<div
class=
"ibox float-e-margins"
>
<div
class=
"ibox-title bg-primary"
>
<span
class=
"label"
><b>
{{ user.name }}
</b>
</span>
<div
class=
"ibox-title bg-primary"
style=
"background: #23c6c8"
>
<span
style=
"color: white"
>
用户组
</span>
<div
class=
"ibox-tools"
>
</div>
</div>
<div
class=
"ibox-content"
>
<div
class=
"ibox-content
info-panel
"
>
<table
class=
"table"
>
<tbody>
<tr>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment