mirror of
https://github.com/discourse/discourse.git
synced 2025-04-03 05:39:41 +08:00
UX: Improve layout of groups filter on groups page.
This commit is contained in:
parent
6a3c8fe69c
commit
dda78f2fd0
@ -1,15 +1,17 @@
|
|||||||
{{#d-section pageClass="groups"}}
|
{{#d-section pageClass="groups"}}
|
||||||
<h1>{{i18n "groups.index.title"}}</h1>
|
<h1>{{i18n "groups.index.title"}}</h1>
|
||||||
|
|
||||||
{{text-field value=filterInput
|
<div class="groups-filter">
|
||||||
placeholderKey="groups.filter_name"
|
{{combo-box value=type
|
||||||
class="groups-name-filter no-blur"}}
|
content=types
|
||||||
|
clearable=true
|
||||||
|
none="groups.index.all_groups"
|
||||||
|
class="groups-type-filter"}}
|
||||||
|
|
||||||
{{combo-box value=type
|
{{text-field value=filterInput
|
||||||
content=types
|
placeholderKey="groups.filter_name"
|
||||||
clearable=true
|
class="groups-name-filter no-blur"}}
|
||||||
none="groups.index.all_groups"
|
</div>
|
||||||
class="groups-type-filter"}}
|
|
||||||
|
|
||||||
{{#if model}}
|
{{#if model}}
|
||||||
{{#conditional-loading-spinner condition=model.loading}}
|
{{#conditional-loading-spinner condition=model.loading}}
|
||||||
|
@ -5,7 +5,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.groups-name-filter, .groups-type-filter {
|
.groups-filter {
|
||||||
|
display: inline-block;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,7 +3,12 @@
|
|||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.groups-filter {
|
||||||
|
display: block;
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
|
|
||||||
.groups-name-filter {
|
.groups-name-filter {
|
||||||
margin-top: 20px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user