1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00
This commit is contained in:
Unknwon
2015-11-17 02:18:05 -05:00
parent ab9411be2a
commit ff5f14431e
12 changed files with 194 additions and 53 deletions

View File

@@ -934,9 +934,55 @@
}
}
}
&.settings {
&.collaboration {
.collaborator.list {
padding: 0;
.item {
padding: 10px 20px;
&:not(:last-child) {
border-bottom: 1px solid #DDD;
}
}
}
#repo-collab-form {
#search-user-box {
.results {
left: 7px;
}
}
.ui.button {
margin-left: 5px;
margin-top: -3px;
}
}
}
}
}
// End of .repository
#search-user-box {
.results {
padding: 0;
position: absolute;
.item {
padding: 10px 15px;
border-bottom: 1px solid #DDD;
cursor: pointer;
&:hover {
background: rgba(0,0,0,.05)!important;
color: rgba(0,0,0,.95)!important;
}
}
}
}
.issue.list {
list-style: none;
padding-top: 15px;
@@ -994,7 +1040,7 @@
.settings {
.content {
margin-top: 2px;
.header,
>.header,
.segment {
box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
}

View File

@@ -42,5 +42,9 @@
}
}
}
.ui.repository.list {
margin-top: 25px;
}
}
}