Finished up with channel rank/perms frontend.

This commit is contained in:
rainbow napkin 2024-11-27 02:16:54 -05:00
parent edb4215929
commit 796bb033a7
22 changed files with 472 additions and 57 deletions

View file

@ -75,4 +75,37 @@ img.admin-list-entry-item{
.admin-list-field-container{
text-align: center;
}
#channel-rank-title{
margin-bottom: 0;
}
#channel-rank-sup{
margin-bottom: 1em;
}
#channel-user-list-entry-rank-title{
width: 5em;
}
.panel-title{
text-align: center;
}
#new-rank-span{
display: flex;
padding: 0 1em;
height: 1.5em;
margin-bottom: 1em;
}
#new-rank-input{
flex-grow: 1;
}
#new-rank-select{
margin: auto;
height: 1.3em;
}

View file

@ -145,7 +145,7 @@ tr.admin-list-entry{
box-shadow: var(--accent1) 0px 1em 1px -2em, var(--accent1) 0px -1em 1px -1em;
}
td.admin-list-entry-not-first-row{
td.admin-list-entry-not-first-col{
box-shadow: var(--accent1) 1em 0px 1px -2em, var(--accent1) -1em 0px 1px -1em;
}
@ -263,4 +263,22 @@ select.panel-head-element{
.cpanel-header-div{
border-bottom: solid 1px var(--accent0);
}
#new-rank-span{
background-color: white;
border-radius: 1em;
}
#new-rank-span:focus-within{
box-shadow: 2px 2px 3px var(--focus0), -2px 2px 3px var(--focus0), 2px -2px 3px var(--focus0), -2px -2px 3px var(--focus0);
}
#new-rank-input{
border: none;
}
#new-rank-input:focus{
border: none;
outline: none;
}