Tweak contact style in typeahead

Remove message snippets and dates.
Add checkboxes.
This commit is contained in:
lilia
2015-01-25 00:19:28 -10:00
parent 7bcceacf69
commit c6a19afd29
5 changed files with 30 additions and 1 deletions

View File

@@ -1,3 +1,17 @@
.gutter {
margin-top: 36px;
}
.contact .checkbox {
display: none;
}
.typeahead {
.last-message, .last-timestamp {
display: none;
}
.contact .checkbox {
display: inline-block;
}
}

View File

@@ -1,6 +1,14 @@
.gutter {
margin-top: 36px; }
.contact .checkbox {
display: none; }
.typeahead .last-message, .typeahead .last-timestamp {
display: none; }
.typeahead .contact .checkbox {
display: inline-block; }
@font-face {
font-family: 'Roboto';
src: url("/fonts/Roboto-Regular.ttf") format("truetype"); }