Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Administrator
solo-1
Commits
b9d67ed8
Commit
b9d67ed8
authored
Jun 27, 2017
by
Liang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎨
https://hacpai.com/article/1498400594804#1498439482212
parent
134e04ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
4 deletions
+20
-4
src/main/webapp/admin-index.ftl
src/main/webapp/admin-index.ftl
+5
-1
src/main/webapp/css/default-admin.css
src/main/webapp/css/default-admin.css
+15
-3
No files found.
src/main/webapp/admin-index.ftl
View file @
b9d67ed8
...
@@ -20,7 +20,11 @@
...
@@ -20,7 +20,11 @@
</a>
</a>
<span
class=
"right"
>
<span
class=
"right"
>
<a
href=
"${servePath}"
title=
'${indexLabel}'
>
${indexLabel}
</a><a
href=
'javascript:admin.logout();'
title=
'${logoutLabel}'
>
${logoutLabel}
</a>
<a
href=
"${servePath}"
title=
'${indexLabel}'
>
<div
class=
"avatar"
style=
"background-image: url(${gravatar})"
></div>
${userName}
</a>
<a
href=
'javascript:admin.logout();'
title=
'${logoutLabel}'
>
${logoutLabel}
</a>
</span>
</span>
</div>
</div>
<div
id=
"tabs"
>
<div
id=
"tabs"
>
...
...
src/main/webapp/css/default-admin.css
View file @
b9d67ed8
...
@@ -680,18 +680,30 @@ a[class*=" icon-"]:hover {
...
@@ -680,18 +680,30 @@ a[class*=" icon-"]:hover {
#top
>
.right
a
{
#top
>
.right
a
{
color
:
#555
;
color
:
#555
;
line-height
:
50
px
;
line-height
:
32
px
;
margin
:
0
10px
;
margin
:
8px
10px
;
border
:
1px
solid
#f6f6f6
;
border
:
1px
solid
#f6f6f6
;
background-color
:
#f6f6f6
;
background-color
:
#f6f6f6
;
border-radius
:
100px
;
border-radius
:
100px
;
padding
:
10px
;
padding
:
0
10px
;
text-decoration
:
none
;
text-decoration
:
none
;
display
:
inline-block
;
}
}
#top
>
.right
a
:hover
{
#top
>
.right
a
:hover
{
color
:
#333
;
color
:
#333
;
}
}
#top
.avatar
{
height
:
25px
;
width
:
25px
;
border-radius
:
20px
;
background-size
:
cover
;
background-repeat
:
no-repeat
;
background-position
:
center
center
;
float
:
left
;
margin
:
3px
6px
0
0
;
}
/* end top-nav */
/* end top-nav */
/* start first tab */
/* start first tab */
...
...
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