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
+5 -4
View File
@@ -1438,15 +1438,12 @@ h1.Config_DocumentTemplates {
background-color: #f0e277;
color: #000000;
}
#Config_ReportPrefs_Builder .report {
#Config_ReportPrefs_Builder > form > div {
margin-bottom: 10px;
}
#Config_ReportPrefs_Builder .report ul {
margin-left: 10px;
}
#Config_ReportPrefs_Builder .theme {
margin-bottom: 10px;
}
#Config_ReportPrefs_Builder .theme > select {
margin-left: 10px;
}
@@ -1468,6 +1465,10 @@ h1.Config_DocumentTemplates {
#Config_ReportPrefs_Builder .filter div.options .method label {
margin-right: 14px;
}
#Config_ReportPrefs_Builder #Config_ReportPrefs_Builder_Components {
display: flex;
justify-content: space-around;
}
#Config_ReportPrefs_Builder_Buttonpane {
padding-right: 0.3em;
}