6e8ec947b5
* admin events: wip * admin events: wip * admin events: wip * admin events: finalised admin search * admin events: fixed user event search test * admin events: added cypress tests * admin events: added cypress tests * admin events: added cypress tests for admin events search * admin events: added auth prefix on the params * admin events: improved search tests * admin events: attempted fixing search tests * admin events: fixed cypress events search tests * admin events: fixed user events search test * admin events: fixed user and admin events search test * admin events: fixed admin events search test Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
26 lines
No EOL
788 B
CSS
26 lines
No EOL
788 B
CSS
.keycloak_eventsection_details {
|
|
--pf-c-description-list--m-horizontal__term--width: 15ch;
|
|
}
|
|
|
|
.keycloak__events_search_selector_dropdown__toggle {
|
|
--pf-c-dropdown__toggle--MinWidth: 21rem;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.keycloak__events_search__form {
|
|
--pf-c-form--m-horizontal__group-control--md--GridColumnWidth: 24rem;
|
|
margin: 0 var(--pf-global--spacer--lg) var(--pf-global--spacer--lg) var(--pf-global--spacer--lg);
|
|
--pf-c-form__group--m-action--MarginTop: 0rem;
|
|
--pf-c-form--m-horizontal__group-label--md--GridColumnWidth: 5rem;
|
|
}
|
|
|
|
.keycloak__events_search__form_label {
|
|
--pf-c-form--m-horizontal__group-label--md--GridColumnWidth: 5rem;
|
|
line-height: 0px;
|
|
}
|
|
|
|
.keycloak__events_search__type_select .pf-c-select__menu {
|
|
max-height: 200px;
|
|
overflow: auto;
|
|
} |