-
-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2439 from drgrice1/user-list-password-edit
Add editing user passwords to the add user and edit user pages.
- Loading branch information
Showing
24 changed files
with
364 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.edit-classlist-table-container { | ||
table.table { | ||
border-collapse: separate; | ||
border-spacing: 0; | ||
|
||
.table-group-divider { | ||
tr:first-child { | ||
th, | ||
td { | ||
border-top: calc(var(--bs-border-width) * 2) solid; | ||
} | ||
} | ||
} | ||
|
||
th, | ||
td { | ||
border-right: var(--bs-border-width) solid var(--bs-table-border-color); | ||
} | ||
|
||
th:first-child, | ||
td:first-child { | ||
position: sticky; | ||
z-index: 1; | ||
left: 0; | ||
border-left: var(--bs-border-width) solid var(--bs-table-border-color); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.