Tweak contact style in typeahead
Remove message snippets and dates. Add checkboxes.pull/749/head
parent
7bcceacf69
commit
c6a19afd29
@ -1,3 +1,17 @@
|
|||||||
.gutter {
|
.gutter {
|
||||||
margin-top: 36px;
|
margin-top: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.contact .checkbox {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.typeahead {
|
||||||
|
.last-message, .last-timestamp {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact .checkbox {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue