diff --git a/less/chats.less b/less/chats.less index 3cd7f56..5fba15d 100644 --- a/less/chats.less +++ b/less/chats.less @@ -233,4 +233,37 @@ .input-group { z-index: 1; } +} + +[component="chat/search/list"] { + + padding-left: 0px; + + li { + position: relative; + clear: both; + list-style-type: none; + padding: .5em; + height: 70px; + cursor: pointer; + border-left: 1px solid; + border-right: 1px solid; + border-bottom: 1px solid; + border-color: #eee; + background: #fff; + + i { + position: relative; + left: -30px; + font-size: 20px; + top: -20px; + } + + img, .user-icon { + .user-icon-style(50px, 2.4rem, 50%); + margin-top: 4px; + margin-right: 13px; + margin-left: .5em; + } + } } \ No newline at end of file diff --git a/templates/chats.tpl b/templates/chats.tpl index 57ada5d..a655d31 100644 --- a/templates/chats.tpl +++ b/templates/chats.tpl @@ -3,6 +3,12 @@
+ +