Swap category and avatar on the card

This commit is contained in:
Frederic Guillot
2016-03-19 15:25:48 -04:00
parent da10f3cf96
commit 0a18e28db4
4 changed files with 26 additions and 25 deletions

View File

@@ -63,11 +63,12 @@ div.task-board-status-closed {
/* category label */
.task-board-category-container {
margin-top: 8px;
text-align: right;
margin-bottom: 8px;
}
.task-board-category {
font-weight: bold;
font-weight: 500;
color: #000;
border: 1px solid #555;
padding: 1px 2px 1px 2px;
@@ -80,7 +81,7 @@ div.task-board-status-closed {
/* avatars on the card */
.task-board-avatars {
text-align: right;
margin-top: 5px;
}
/* task icons footer */