feature: choose which noticeboard components to display with the link builder

also restyle noticeboard using flex
This commit is contained in:
Gary Sharp
2025-01-22 17:58:45 +11:00
parent 50603210b0
commit dee54bb6d7
12 changed files with 601 additions and 456 deletions
+8 -3
View File
@@ -1664,17 +1664,17 @@ h1.Config_DocumentTemplates {
}
#Config_ReportPrefs_Builder {
.report {
& > form > div {
margin-bottom: 10px;
}
.report {
ul {
margin-left: 10px;
}
}
.theme {
margin-bottom: 10px;
& > select {
margin-left: 10px;
}
@@ -1703,6 +1703,11 @@ h1.Config_DocumentTemplates {
}
}
}
#Config_ReportPrefs_Builder_Components {
display: flex;
justify-content: space-around;
}
}
#Config_ReportPrefs_Builder_Buttonpane {