1
0
Fork 0
forked from forgejo/forgejo

Finsih add/remove repo in organization

This commit is contained in:
Unknwon 2014-08-26 18:11:15 +08:00
parent f2c263c54f
commit 74b31566cf
19 changed files with 485 additions and 107 deletions

View file

@ -1,3 +1,4 @@
@import "../ui/var";
.org-header-alert .alert {
margin-top: 10px;
}
@ -197,18 +198,32 @@
padding: 10px 20px;
}
}
#team-repositories-list,
#team-members-list {
.panel-body .search {
padding: 4px 0 10px 10px;
border-bottom: 1px solid #dddddd;
}
}
#team-members-list {
li.collab {
padding-top: 10px !important;
border-bottom: 1px solid #dddddd;
li {
&.collab {
padding-top: 10px !important;
border-bottom: 1px solid #dddddd;
}
&:last-child {
border-bottom: 0;
border-bottom: 0 !important;
}
}
}
#team-repositories-list {
li {
a .octicon {
color: #888;
}
.member {
color: @linkColor;
font-size: 14px;
height: 40px;
line-height: 40px;
}
}
}