1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Add them back

This commit is contained in:
Toby Zerner
2015-07-17 15:05:34 +09:30
parent ea29bd42d8
commit 7e75eb16ff
3 changed files with 448 additions and 0 deletions

67
less/lib/Search.less Executable file
View File

@@ -0,0 +1,67 @@
@media @tablet-up {
.Search {
input:focus, &.active input, .Search-results {
width: 400px;
}
}
}
.Search-results {
max-height: 70vh;
overflow: auto;
left: auto;
right: 0;
> li > a {
white-space: normal;
}
mark {
background: none;
padding: 0;
font-weight: bold;
color: inherit;
box-shadow: none;
}
}
.Search-input {
overflow: hidden;
color: @muted-color;
&:before {
.fa();
content: @fa-var-search;
float: left;
margin-right: -36px;
width: 36px;
font-size: 14px;
text-align: center;
position: relative;
padding: 7px 0;
line-height: 1.5;
pointer-events: none;
}
input {
float: left;
width: 225px;
padding-left: 36px;
padding-right: 36px;
.transition(~"all 0.4s");
}
.Button {
float: left;
margin-left: -36px;
width: 36px !important;
outline: none;
}
}
.DiscussionSearchResult-excerpt {
margin-top: 3px;
color: @muted-color;
font-size: 11px;
}
.UserSearchResult .Avatar {
.Avatar--size(24px);
margin: -2px 10px -2px 0;
}