1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
matomo/plugins/UsersManager/stylesheets/usersManager.less
james-hill-matomo 222d1d45e2 Extract user invite feature into it's own replaceable components (#23470)
* Extract user invite feature into it's own replaceable components

* fix UI tests

* fix: invite period not displayed in resend modal

* reset invite form on abort

* improve code

* updates expected UI test files

* allow setting invite component through javascript event

* Revert "allow setting invite component through javascript event"

This reverts commit fed82798fe.

* Moved definition of components to controller.

* Hooked up controller to event for UsersManager tweaks

* Build vue files

* Naming & typing tweaks.

Thanks Stefan!

* Bug fix for inconsistent site dropdown

* Build vue files

---------

Co-authored-by: sgiehl <stefan@matomo.org>
Co-authored-by: James Hill <james-hill-matomo@users.noreply.github.com>
Co-authored-by: innocraft-automation <innocraft-automation@users.noreply.github.com>
2025-08-04 11:26:50 +02:00

45 خطوط
687 B
Plaintext

#userSettingsTable {
.sites_autocomplete {
margin-left: 20px;
margin-top: 5px;
}
}
.uiTest pre.generatedTokenAuth {
visibility: hidden;
}
.uiTest .listAuthTokens .creationDate {
visibility: hidden;
}
.usersManager {
.card h2.card-title, .card h2 .card-title {
padding-left: 15px !important;
}
.userEditForm, .userInviteForm {
.card-title {
margin-top: 45px;
}
.entityCancel {
position: absolute;
top: 20px;
}
.entityCancelLink {
font-size: 14px;
}
.save-button {
margin-top: 3em;
}
.email-input .form-help {
background-color: none;
padding: 0;
border: none;
}
}
}