Carded notifications

This commit is contained in:
Mark McDowall 2013-06-25 17:34:33 -07:00
commit 195f9d9d27
12 changed files with 147 additions and 44 deletions

View file

@ -8,7 +8,7 @@
text-align: center;
}
.notifications {
.add-notifications {
text-align: center;
.items {
@ -22,3 +22,31 @@
}
}
.notifications {
li {
display: inline-block;
vertical-align: top;
}
}
.notification-item {
.card;
width: 250px;
height: 80px;
padding: 10px 15px;
h3 {
margin-top: 0px;
display: inline-block;
width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.btn-group {
margin-top: 8px;
}
}