Add acl and access list for projects

This commit is contained in:
Frédéric Guillot
2014-03-01 19:51:09 -05:00
parent e7db71b593
commit 28bc4246bf
22 changed files with 647 additions and 105 deletions

View File

@@ -588,6 +588,7 @@ tr td.task-orange,
}
/* config page */
.listing,
.settings {
border-radius: 4px;
padding: 8px 35px 8px 14px;
@@ -597,12 +598,18 @@ tr td.task-orange,
background-color: #f0f0f0;
}
.listing li,
.settings li {
list-style-type: square;
margin-left: 20px;
margin-bottom: 3px;
}
.listing ul {
margin-top: 15px;
margin-bottom: 15px;
}
/* confirmation box */
.confirm {
max-width: 700px;