feature: choose which noticeboard components to display with the link builder
also restyle noticeboard using flex
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user