Make search results look like messages
This commit is contained in:
parent
bd6c0d26eb
commit
a68f5621bc
4 changed files with 45 additions and 14 deletions
|
@ -377,6 +377,10 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
|||
padding: 10px 15px;
|
||||
}
|
||||
|
||||
.search-result:not(:last-child) {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.messagebox {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
|
@ -412,6 +416,7 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
|||
}
|
||||
|
||||
.message-sender {
|
||||
font-weight: 700;
|
||||
color: #6BB758;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue