templates: use .panel for raised areas

This commit is contained in:
Milan
2021-03-13 16:07:28 +01:00
parent 8ded3e955d
commit ade59d421a
16 changed files with 55 additions and 49 deletions

View File

@@ -256,8 +256,12 @@ form {
}
}
/*
#content .editor .row:nth-child(2n+1){
background:#eee;
div.editor > form > table{
background:white;
}
*/
div.editor > form > table td{
padding-left:1rem;
padding-right:1rem;
}