Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo
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
Commits
c1bb12e0
Commit
c1bb12e0
authored
Aug 23, 2016
by
Vanesssa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
改进 - #12150
parent
03a5559f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
12 deletions
+13
-12
src/main/webapp/admin-index.ftl
src/main/webapp/admin-index.ftl
+1
-1
src/main/webapp/css/default-admin.css
src/main/webapp/css/default-admin.css
+12
-11
No files found.
src/main/webapp/admin-index.ftl
View file @
c1bb12e0
...
...
@@ -19,7 +19,7 @@
</a>
<span
class=
"right"
>
<
span>
${userName}
</span><
a
href=
"${servePath}"
title=
'${indexLabel}'
>
${indexLabel}
</a><a
href=
'javascript:admin.logout();'
title=
'${logoutLabel}'
>
${logoutLabel}
</a>
<a
href=
"${servePath}"
title=
'${indexLabel}'
>
${indexLabel}
</a><a
href=
'javascript:admin.logout();'
title=
'${logoutLabel}'
>
${logoutLabel}
</a>
</span>
</div>
<div
id=
"tabs"
>
...
...
src/main/webapp/css/default-admin.css
View file @
c1bb12e0
...
...
@@ -17,7 +17,7 @@
* admin style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version
1.0.5.1, May 30, 2015
* @version
2.0.5.1, Aug 23, 2016
*/
/* start resset */
...
...
@@ -25,7 +25,6 @@ body, input, textarea {
font-family
:
"Helvetica Neue"
,
"Luxi Sans"
,
"DejaVu Sans"
,
Tahoma
,
"Hiragino Sans GB"
,
"Microsoft Yahei"
,
sans-serif
;
;
}
html
,
body
{
height
:
100%
;
min-width
:
1024px
;
color
:
#767676
;
background
:
#f1f2f7
;
...
...
@@ -76,7 +75,7 @@ button.selected {
position
:
relative
;
}
#tabsPanel
{
margin
:
8
0px
0
0
240px
;
margin
:
5
0px
0
0
240px
;
padding
:
15px
;
}
...
...
@@ -93,6 +92,7 @@ button.selected {
#tabsPanel_link-list
>
div
:first-child
{
background-color
:
#FFF
;
border-radius
:
4px
;
margin-bottom
:
40px
;
overflow
:
hidden
;
}
...
...
@@ -103,7 +103,7 @@ button.selected {
padding
:
2px
0
;
position
:
fixed
;
text-align
:
center
;
top
:
15
px
;
top
:
3
px
;
left
:
255px
;
z-index
:
1001
;
}
...
...
@@ -121,12 +121,14 @@ button.selected {
position
:
absolute
;
text-align
:
center
;
width
:
100%
;
padding-left
:
240px
;
box-sizing
:
border-box
;
}
/* end frame */
/* start top-nav */
#top
{
height
:
8
0px
;
height
:
5
0px
;
position
:
fixed
;
box-shadow
:
1px
0
3px
rgba
(
0
,
0
,
0
,
.15
);
width
:
100%
;
...
...
@@ -139,19 +141,18 @@ button.selected {
background
:
#1fb5ad
;
float
:
left
;
width
:
240px
;
height
:
8
0px
;
height
:
5
0px
;
position
:
relative
;
color
:
#F7F7F7
;
text-align
:
center
;
text-decoration
:
none
;
font-size
:
20px
;
line-height
:
8
0px
;
line-height
:
5
0px
;
}
#top
>
.right
a
,
#top
>
.right
span
{
#top
>
.right
a
{
color
:
#555
;
line-height
:
8
0px
;
line-height
:
5
0px
;
margin
:
0
10px
;
border
:
1px
solid
#f6f6f6
;
background-color
:
#f6f6f6
;
...
...
@@ -170,7 +171,7 @@ button.selected {
height
:
100%
;
min-height
:
468px
;
width
:
240px
;
margin-top
:
8
0px
;
margin-top
:
5
0px
;
position
:
fixed
;
top
:
0
;
background-color
:
#32323a
;
...
...
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