Collaborators became removable.

This commit is contained in:
takezoe
2013-06-04 21:08:19 +09:00
parent faf162a5f0
commit 9174ed8441
4 changed files with 64 additions and 8 deletions

View File

@@ -152,4 +152,25 @@ dd {
hr {
margin-top: 4px;
margin-bottom: 4px;
}
ul.collaborator {
list-style-type: none;
margin-left: 0px;
}
ul.collaborator li {
background-color: #eee;
border: 1px solid #ccc;
border-radius: 3px;
padding: 6px;
}
ul.collaborator li:hover {
background-color: #f8f8f8;
}
ul.collaborator a.remove {
color: #dd0000;
text-decoration: underline;
}