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

Show draft review info at repo info bar (#2832)

This commit is contained in:
C_Q
2019-01-18 14:50:42 +08:00
committed by Daniel Pan
parent f0e9c7a1b1
commit d1f55247ff
14 changed files with 450 additions and 30 deletions

View File

@@ -1,6 +1,5 @@
.repo-info-bar {
margin-bottom: 5px;
padding: 0 10px;
padding: 10px;
border: 1px solid #e6e6dd;
border-radius: 5px;
background: #f8f8f8;
@@ -8,7 +7,6 @@
.used-tag-list {
list-style: none;
margin: 8px 0;
}
.used-tag-item {
@@ -38,7 +36,8 @@
}
.readme-file {
margin: 8px 15px;
margin: 0 15px;
display: inline-block;
}
.readme-file a {