Started work on permissions list in /adminPanel

This commit is contained in:
rainbownapkin 2024-11-17 23:28:41 -05:00
parent 1de507b7cb
commit 8c4d9693f5
15 changed files with 148 additions and 202 deletions

View file

@ -14,12 +14,18 @@ GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.*/
.admin-list-div{
.admin-list-field, .admin-list-div{
display: flex;
flex-direction: column;
}
.admin-list-div{
margin: 0 30%;
}
.admin-list-field{
padding: 1em 15%;
}
.admin-list-table{
border-spacing: 0px;
@ -51,4 +57,22 @@ img.admin-list-entry-item{
#admin-user-list-entry-id-title{
width: 2em;
}
.admin-list-label{
margin-top: 0.5em;
margin-bottom: 0.1em;
}
.admin-list-select{
margin-bottom: 0.5em;
}
.admin-perm-list-rank-select{
width: 5em;
margin-left: 1em;
}
.admin-list-field-container{
text-align: center;
}