mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 02:48:51 +00:00
add org logs (#3190)
* add org logs * add filter * refactor code * fix warnings * add get repo dict * Adjust variable position
This commit is contained in:
21
frontend/src/css/org-logs.css
Normal file
21
frontend/src/css/org-logs.css
Normal file
@@ -0,0 +1,21 @@
|
||||
.audit-unselect-item {
|
||||
display: inline-block;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 2px;
|
||||
padding: 1px 8px;
|
||||
background: #f2f2f2;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
margin: 10px 5px 0;
|
||||
}
|
||||
.audit-unselect-item:hover {
|
||||
background-color: #ddd;
|
||||
}
|
||||
.no-deco,
|
||||
.no-deco:hover,
|
||||
.no-deco:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
.cur-view-path .nav .nav-item a {
|
||||
padding: 7px 10px;
|
||||
}
|
Reference in New Issue
Block a user