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:
56
frontend/src/css/repo-info-bar.css
Normal file
56
frontend/src/css/repo-info-bar.css
Normal 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;
|
||||
}
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user