1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

display readme.md (#2772)

This commit is contained in:
王健辉
2019-01-09 12:10:33 +08:00
committed by Daniel Pan
parent ea37b0d83f
commit ca117bd2f0
9 changed files with 209 additions and 126 deletions

View File

@@ -0,0 +1,56 @@
.repo-info-bar {
margin-bottom: 5px;
padding: 0 10px;
border: 1px solid #e6e6dd;
border-radius: 5px;
background: #f8f8f8;
}
.used-tag-list {
list-style: none;
margin: 8px 0;
}
.used-tag-item {
display: inline-block;
margin: auto 15px;
}
.used-tag {
display: inline-block;
width: 12px;
height: 12px;
border-radius: 50%;
}
.used-tag-name {
margin: 0 0.25rem;
}
.used-tag-files {
color: #666;
font-size: 14px;
}
.used-tag-files:hover {
cursor: pointer;
text-decoration: underline;
}
.readme-file {
margin: 8px 15px;
}
.readme-file a {
color: #333;
}
.readme-flag {
font-size: 12px;
color: #f19645;
}
.readme-name {
margin: 0 0.25rem;
font-size: 14px;
}

View File

@@ -93,35 +93,3 @@
.tag-dialog-back:focus {
color: #444;
}
.tags-summary-bar {
margin-bottom: 5px;
padding: 0 10px;
border: 1px solid #e6e6dd;
border-radius: 5px;
}
.used-tag-list {
list-style: none;
line-height: 40px;
}
.used-tag-item {
display: inline-block;
margin: auto 15px;
}
.used-tag {
display: inline-block;
width: 0.8rem;
height: 0.8rem;
border-radius: 50%;
}
.used-tag-name {
margin: 0 0.25rem;
}
.used-tag-files {
color: #666;
font-size: 14px;
}
.used-tag-files:hover {
cursor: pointer;
text-decoration: underline;
}