Colored labels for events on dashboard

This commit is contained in:
Dmitriy Zaporozhets 2012-07-17 08:21:16 +03:00
parent a3bb9ca1fa
commit 494cd02b38
4 changed files with 19 additions and 8 deletions

View file

@ -303,9 +303,20 @@ table.no-borders {
}
.event_label {
background: #FCEEC1;
padding: 2px 2px 0;
font-family: monospace;
@extend .label;
background-color: #999;
&.pushed {
background-color: #3A87AD;
}
&.opened {
background-color: #468847;
}
&.closed {
background-color: #B94A48;
}
}
img.avatar {