mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 15:54:39 +00:00
migrate tags UI and delete old tags (#7699)
* basic codes remove useless * remove useless * remove useless codes * remove useless codes
This commit is contained in:
@@ -3,13 +3,16 @@
|
||||
margin: 10px 16px 0;
|
||||
border: 1px solid #e6e6dd;
|
||||
border-radius: 5px;
|
||||
/* background: #f8f8f8; */
|
||||
}
|
||||
|
||||
.used-tag-list {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.used-tag-list .used-tag-item:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.used-tag-item {
|
||||
display: inline-block;
|
||||
margin: auto 15px;
|
||||
@@ -60,3 +63,16 @@
|
||||
.readme-dialog .modal-body {
|
||||
padding: 0 30px;
|
||||
}
|
||||
|
||||
.repo-info-bar .repo-info-bar-migrate .btn-link {
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
padding: 0px 8px;
|
||||
border: 0;
|
||||
color: #EC8000;
|
||||
}
|
||||
|
||||
.repo-info-bar .repo-info-bar-migrate .btn-link:active {
|
||||
color: #EC8000;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
Reference in New Issue
Block a user