Add management of delivery availavility in Federation settings (more)
This commit is contained in:
parent
e1c54c9201
commit
95670ff617
4 changed files with 6 additions and 3 deletions
|
@ -385,7 +385,10 @@ body,
|
||||||
.filters {
|
.filters {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-right: -40px;
|
|
||||||
|
&.wide {
|
||||||
|
margin-right: -40px;
|
||||||
|
}
|
||||||
|
|
||||||
.filter-subset {
|
.filter-subset {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
- content_for :page_title do
|
- content_for :page_title do
|
||||||
= t('admin.accounts.title')
|
= t('admin.accounts.title')
|
||||||
|
|
||||||
.filters
|
.filters.wide
|
||||||
.filter-subset
|
.filter-subset
|
||||||
%strong= t('admin.accounts.location.title')
|
%strong= t('admin.accounts.location.title')
|
||||||
%ul
|
%ul
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
- content_for :header_tags do
|
- content_for :header_tags do
|
||||||
= javascript_pack_tag 'admin', async: true, crossorigin: 'anonymous'
|
= javascript_pack_tag 'admin', async: true, crossorigin: 'anonymous'
|
||||||
|
|
||||||
.filters
|
.filters.wide
|
||||||
.filter-subset
|
.filter-subset
|
||||||
%strong= t 'relationships.relationship'
|
%strong= t 'relationships.relationship'
|
||||||
%ul
|
%ul
|
||||||
|
|
BIN
bin/deepsource
Executable file
BIN
bin/deepsource
Executable file
Binary file not shown.
Loading…
Reference in a new issue