1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 23:47:32 +02:00

Implement search on front end

This commit is contained in:
Toby Zerner
2015-06-03 18:10:56 +09:30
parent ea510b5ea0
commit 5d89618bbd
18 changed files with 717 additions and 202 deletions

View File

@@ -44,9 +44,23 @@
}
}
& .divider {
margin: 10px 0;
margin: 8px 0;
background-color: @fl-body-control-bg;
}
& .dropdown-header {
padding: 10px 15px;
color: @fl-body-heading-color;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
margin-top: 8px;
border-top: 1px solid @fl-body-control-bg;
&:first-child {
margin-top: -8px;
border-top: 0;
}
}
}
@media @tablet, @desktop, @desktop-hd {
.dropdown-split {