Better settings styling

This commit is contained in:
ehpersonal38
2022-06-18 11:09:27 -04:00
parent 620526122a
commit 961802695e
2 changed files with 47 additions and 11 deletions
+21
View File
@@ -758,3 +758,24 @@ form#views button .updatenumber {
height:75px;
float:left;
}
.settingstable {
margin-left:unset;
margin-right:unset;
}
.settingstable td {
text-align:unset;
}
.settingstable textarea {
width:100%;
margin-top:10px;
}
h1 {
font-size: xx-large;
}
h2 {
font-size:x-large;
}
.brbanner h1 {
margin:0px;
}