Continued css clean-up.
This commit is contained in:
parent
920948bcc1
commit
b13e2bde24
18 changed files with 189 additions and 203 deletions
|
|
@ -333,7 +333,7 @@ class permList{
|
|||
class deleteBtn{
|
||||
constructor(channel){
|
||||
this.channel = channel;
|
||||
this.delete = document.querySelector("#channel-delete");
|
||||
this.delete = document.querySelector("#chan-delete");
|
||||
|
||||
this.setupInput();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ class passwordResetPrompt{
|
|||
|
||||
class deleteAccountButton{
|
||||
constructor(){
|
||||
this.deleteLink = document.querySelector('#account-settings-delete-link');
|
||||
this.deleteLink = document.querySelector('#account-settings-delete-button');
|
||||
|
||||
this.setupInput();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ class canopyUXUtils{
|
|||
|
||||
//If it's not the first column, mention it!
|
||||
if(!firstCol){
|
||||
cell.classList.add("admin-list-entry-not-first-col");
|
||||
cell.classList.add("not-first-col");
|
||||
}
|
||||
|
||||
//check for arrays
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue