mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
* web/admin: allow creating only binding for policies Signed-off-by: Jens Langhammer <jens@goauthentik.io> * dont show type selector if only one is allowed Signed-off-by: Jens Langhammer <jens@goauthentik.io> * do the same for stage wizard Signed-off-by: Jens Langhammer <jens@goauthentik.io> * minor unrelated fix: alignment in table desc Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add option to bind existing policy Signed-off-by: Jens Langhammer <jens@goauthentik.io> * adjust labels? Signed-off-by: Jens Langhammer <jens@goauthentik.io> * Clean up post-type select state. Types. * Clean up brand form. * Flesh out parse. * Tidy textarea. * Fix table alignment when images are present. * Simplify radio. * Fix form group layout, styles. * Flesh out plural helper. * Flesh out formatted user display name. * Allow slotted HTML in page description. * Clean up transclusion types. * Allow null. * Flesh out user activation toggle. * Clean up activation labeling. --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>
11 lines
245 B
CSS
11 lines
245 B
CSS
tr td:first-child {
|
|
width: auto;
|
|
min-width: 0px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.pf-c-sidebar.pf-m-gutter > .pf-c-sidebar__main > * + * {
|
|
margin-left: calc(var(--pf-c-sidebar__main--child--MarginLeft) / 2);
|
|
}
|