Add project users overview

This commit is contained in:
Frederic Guillot
2015-08-16 22:17:45 -04:00
parent 06638ff5e9
commit 2fd177363b
21 changed files with 468 additions and 55 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -43,7 +43,6 @@ hr {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#board-selector,
.chosen-select {
min-height: 27px; /* Reserve some space to avoid re-layout due to chosen */
}

View File

@@ -82,6 +82,10 @@ th a:hover {
width: 20%;
}
.column-25 {
width: 25%;
}
.column-30 {
width: 30%;
}