Save and add, notif settings cleanup

This commit is contained in:
Mark McDowall 2013-06-27 18:55:45 -07:00
commit f7c340d795
15 changed files with 151 additions and 43 deletions

View file

@ -23,24 +23,27 @@
}
.notifications {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
li {
display: inline-block;
vertical-align: top;
}
}
.notification-item {
.card;
width: 250px;
height: 80px;
padding: 10px 15px;
width: 290px;
height: 90px;
padding: 20px 20px;
h3 {
margin-top: 0px;
display: inline-block;
width: 200px;
width: 230px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@ -49,4 +52,8 @@
.btn-group {
margin-top: 8px;
}
.settings {
margin-top: 5px;
}
}