mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-30 16:46:21 +00:00
Merge branch 'blazer' into panel.sutty.nl
This commit is contained in:
commit
e6626eec04
3 changed files with 4 additions and 3 deletions
|
@ -126,6 +126,7 @@ ol.breadcrumb {
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table tr.sticky-top,
|
||||||
.form-control,
|
.form-control,
|
||||||
.custom-file-label {
|
.custom-file-label {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
|
|
|
@ -71,8 +71,8 @@
|
||||||
%table.table{ data: { controller: 'reorder' } }
|
%table.table{ data: { controller: 'reorder' } }
|
||||||
%caption.sr-only= t('posts.caption')
|
%caption.sr-only= t('posts.caption')
|
||||||
%thead
|
%thead
|
||||||
%tr
|
%tr.sticky-top
|
||||||
%th.border-0.background-white.position-sticky{ style: 'top: 0; z-index: 2', colspan: '4' }
|
%th.border-0{ colspan: '4' }
|
||||||
.d-flex.flex-row.justify-content-between
|
.d-flex.flex-row.justify-content-between
|
||||||
%div
|
%div
|
||||||
= submit_tag t('posts.reorder.submit'), class: 'btn'
|
= submit_tag t('posts.reorder.submit'), class: 'btn'
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
%col
|
%col
|
||||||
%col
|
%col
|
||||||
%thead
|
%thead
|
||||||
%tr.sticky-top.background-white
|
%tr.sticky-top
|
||||||
%th{ scope: 'col' }= t(".columns.#{column}.column")
|
%th{ scope: 'col' }= t(".columns.#{column}.column")
|
||||||
%th{ scope: 'col' }= t('.columns.visits')
|
%th{ scope: 'col' }= t('.columns.visits')
|
||||||
%tfoot
|
%tfoot
|
||||||
|
|
Loading…
Reference in a new issue