2013-05-27 05:27:33 +00:00
|
|
|
@import "../../shared/Styles/card.less";
|
|
|
|
|
|
|
|
.add-notification-item {
|
|
|
|
.card;
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 24px;
|
|
|
|
font-weight: lighter;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2013-06-26 00:34:33 +00:00
|
|
|
.add-notifications {
|
2013-05-27 05:27:33 +00:00
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
.items {
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0px;
|
|
|
|
|
|
|
|
li {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-06-26 00:34:33 +00:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|